|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DomainMetadataResult | |
---|---|
com.amazonaws.services.simpledb | Synchronous and asynchronous client classes for accessing AmazonSimpleDB. |
com.amazonaws.services.simpledb.model | Classes modeling the various types represented by AmazonSimpleDB. |
Uses of DomainMetadataResult in com.amazonaws.services.simpledb |
---|
Methods in com.amazonaws.services.simpledb that return DomainMetadataResult | |
---|---|
DomainMetadataResult |
AmazonSimpleDB.domainMetadata(DomainMetadataRequest domainMetadataRequest)
Returns information about the domain, including when the domain was created, the number of items and attributes in the domain, and the size of the attribute names and values. |
DomainMetadataResult |
AmazonSimpleDBClient.domainMetadata(DomainMetadataRequest domainMetadataRequest)
Returns information about the domain, including when the domain was created, the number of items and attributes in the domain, and the size of the attribute names and values. |
Methods in com.amazonaws.services.simpledb that return types with arguments of type DomainMetadataResult | |
---|---|
Future<DomainMetadataResult> |
AmazonSimpleDBAsync.domainMetadataAsync(DomainMetadataRequest domainMetadataRequest)
Returns information about the domain, including when the domain was created, the number of items and attributes in the domain, and the size of the attribute names and values. |
Future<DomainMetadataResult> |
AmazonSimpleDBAsyncClient.domainMetadataAsync(DomainMetadataRequest domainMetadataRequest)
Returns information about the domain, including when the domain was created, the number of items and attributes in the domain, and the size of the attribute names and values. |
Uses of DomainMetadataResult in com.amazonaws.services.simpledb.model |
---|
Methods in com.amazonaws.services.simpledb.model that return DomainMetadataResult | |
---|---|
DomainMetadataResult |
DomainMetadataResult.withAttributeNameCount(Integer attributeNameCount)
The number of unique attribute names in the domain. |
DomainMetadataResult |
DomainMetadataResult.withAttributeNamesSizeBytes(Long attributeNamesSizeBytes)
The total size of all unique attribute names in the domain, in bytes. |
DomainMetadataResult |
DomainMetadataResult.withAttributeValueCount(Integer attributeValueCount)
The number of all attribute name/value pairs in the domain. |
DomainMetadataResult |
DomainMetadataResult.withAttributeValuesSizeBytes(Long attributeValuesSizeBytes)
The total size of all attribute values in the domain, in bytes. |
DomainMetadataResult |
DomainMetadataResult.withItemCount(Integer itemCount)
The number of all items in the domain. |
DomainMetadataResult |
DomainMetadataResult.withItemNamesSizeBytes(Long itemNamesSizeBytes)
The total size of all item names in the domain, in bytes. |
DomainMetadataResult |
DomainMetadataResult.withTimestamp(Integer timestamp)
The data and time when metadata was calculated in Epoch (UNIX) time. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |