Uses of Class
com.amazonaws.services.simpledb.model.DomainMetadataRequest

Packages that use DomainMetadataRequest
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 DomainMetadataRequest in com.amazonaws.services.simpledb
 

Methods in com.amazonaws.services.simpledb with parameters of type DomainMetadataRequest
 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.
 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 DomainMetadataRequest in com.amazonaws.services.simpledb.model
 

Methods in com.amazonaws.services.simpledb.model that return DomainMetadataRequest
 DomainMetadataRequest DomainMetadataRequest.withDomainName(String domainName)
          The name of the domain for which to display the metadata of.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.