Uses of Class
com.amazonaws.services.simpledb.model.DomainMetadataRequest
Packages that use DomainMetadataRequest
-
Uses of DomainMetadataRequest in com.amazonaws.services.simpledb
Methods in com.amazonaws.services.simpledb with parameters of type DomainMetadataRequestModifier 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.AbstractAmazonSimpleDBAsync.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 DomainMetadataRequestModifier 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 DomainMetadataRequest in com.amazonaws.services.simpledb.model
Methods in com.amazonaws.services.simpledb.model that return DomainMetadataRequestModifier and TypeMethodDescriptionDomainMetadataRequest.clone()
DomainMetadataRequest.withDomainName
(String domainName) The name of the domain for which to display the metadata of.