|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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. |
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. |
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. |
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,
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. |
Future<DomainMetadataResult> |
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. |
Method parameters in com.amazonaws.services.simpledb with type arguments of type DomainMetadataRequest | |
---|---|
Future<DomainMetadataResult> |
AmazonSimpleDBAsyncClient.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. |
Future<DomainMetadataResult> |
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. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |