Java com.amazonaws.services.simpledb.model DomainMetadataResult fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.simpledb.model DomainMetadataResult fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.simpledb.model DomainMetadataResult.

The text is from its open source code.

Constructor

Method

IntegergetAttributeNameCount()
The number of unique attribute names in the domain.
LonggetAttributeNamesSizeBytes()
The total size of all unique attribute names in the domain, in bytes.
IntegergetAttributeValueCount()
The number of all attribute name/value pairs in the domain.
LonggetAttributeValuesSizeBytes()
The total size of all attribute values in the domain, in bytes.
IntegergetItemCount()
The number of all items in the domain.
LonggetItemNamesSizeBytes()
The total size of all item names in the domain, in bytes.
IntegergetTimestamp()
The data and time when metadata was calculated, in Epoch (UNIX) seconds.
voidsetAttributeNameCount(Integer attributeNameCount)
The number of unique attribute names in the domain.
voidsetAttributeNamesSizeBytes(Long attributeNamesSizeBytes)
The total size of all unique attribute names in the domain, in bytes.
voidsetAttributeValueCount(Integer attributeValueCount)
The number of all attribute name/value pairs in the domain.
voidsetAttributeValuesSizeBytes(Long attributeValuesSizeBytes)
The total size of all attribute values in the domain, in bytes.
voidsetItemCount(Integer itemCount)
The number of all items in the domain.
voidsetItemNamesSizeBytes(Long itemNamesSizeBytes)
The total size of all item names in the domain, in bytes.
voidsetTimestamp(Integer timestamp)
The data and time when metadata was calculated, in Epoch (UNIX) seconds.