Package | Description |
---|---|
com.amazonaws.services.simpledb | |
com.amazonaws.services.simpledb.model |
Modifier and Type | Method and Description |
---|---|
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 |
AbstractAmazonSimpleDB.domainMetadata(DomainMetadataRequest request) |
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> |
AbstractAmazonSimpleDBAsync.domainMetadataAsync(DomainMetadataRequest request) |
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 request) |
Future<DomainMetadataResult> |
AbstractAmazonSimpleDBAsync.domainMetadataAsync(DomainMetadataRequest request,
AsyncHandler<DomainMetadataRequest,DomainMetadataResult> asyncHandler) |
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.
|
Future<DomainMetadataResult> |
AmazonSimpleDBAsyncClient.domainMetadataAsync(DomainMetadataRequest request,
AsyncHandler<DomainMetadataRequest,DomainMetadataResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<DomainMetadataResult> |
AbstractAmazonSimpleDBAsync.domainMetadataAsync(DomainMetadataRequest request,
AsyncHandler<DomainMetadataRequest,DomainMetadataResult> asyncHandler) |
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.
|
Future<DomainMetadataResult> |
AmazonSimpleDBAsyncClient.domainMetadataAsync(DomainMetadataRequest request,
AsyncHandler<DomainMetadataRequest,DomainMetadataResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DomainMetadataRequest |
DomainMetadataRequest.clone() |
DomainMetadataRequest |
DomainMetadataRequest.withDomainName(String domainName)
The name of the domain for which to display the metadata of.
|
Copyright © 2018. All rights reserved.