Uses of Class
com.amazonaws.services.simpledb.model.DomainMetadataResult
Packages that use DomainMetadataResult
-
Uses of DomainMetadataResult in com.amazonaws.services.simpledb
Methods in com.amazonaws.services.simpledb that return DomainMetadataResultModifier and TypeMethodDescriptionAbstractAmazonSimpleDB.domainMetadata
(DomainMetadataRequest request) 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.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 DomainMetadataResultModifier and TypeMethodDescriptionAbstractAmazonSimpleDBAsync.domainMetadataAsync
(DomainMetadataRequest request) AbstractAmazonSimpleDBAsync.domainMetadataAsync
(DomainMetadataRequest request, AsyncHandler<DomainMetadataRequest, DomainMetadataResult> asyncHandler) 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.AmazonSimpleDBAsync.domainMetadataAsync
(DomainMetadataRequest domainMetadataRequest, AsyncHandler<DomainMetadataRequest, DomainMetadataResult> asyncHandler) 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.AmazonSimpleDBAsyncClient.domainMetadataAsync
(DomainMetadataRequest request) AmazonSimpleDBAsyncClient.domainMetadataAsync
(DomainMetadataRequest request, AsyncHandler<DomainMetadataRequest, DomainMetadataResult> asyncHandler) Method parameters in com.amazonaws.services.simpledb with type arguments of type DomainMetadataResultModifier and TypeMethodDescriptionAbstractAmazonSimpleDBAsync.domainMetadataAsync
(DomainMetadataRequest request, AsyncHandler<DomainMetadataRequest, DomainMetadataResult> asyncHandler) AmazonSimpleDBAsync.domainMetadataAsync
(DomainMetadataRequest domainMetadataRequest, AsyncHandler<DomainMetadataRequest, DomainMetadataResult> asyncHandler) 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.AmazonSimpleDBAsyncClient.domainMetadataAsync
(DomainMetadataRequest request, AsyncHandler<DomainMetadataRequest, DomainMetadataResult> asyncHandler) -
Uses of DomainMetadataResult in com.amazonaws.services.simpledb.model
Methods in com.amazonaws.services.simpledb.model that return DomainMetadataResultModifier and TypeMethodDescriptionDomainMetadataResult.clone()
DomainMetadataResult.withAttributeNameCount
(Integer attributeNameCount) The number of unique attribute names in the domain.DomainMetadataResult.withAttributeNamesSizeBytes
(Long attributeNamesSizeBytes) The total size of all unique attribute names in the domain, in bytes.DomainMetadataResult.withAttributeValueCount
(Integer attributeValueCount) The number of all attribute name/value pairs in the domain.DomainMetadataResult.withAttributeValuesSizeBytes
(Long attributeValuesSizeBytes) The total size of all attribute values in the domain, in bytes.DomainMetadataResult.withItemCount
(Integer itemCount) The number of all items in the domain.DomainMetadataResult.withItemNamesSizeBytes
(Long itemNamesSizeBytes) The total size of all item names in the domain, in bytes.DomainMetadataResult.withTimestamp
(Integer timestamp) The data and time when metadata was calculated, in Epoch (UNIX) seconds.