Package | Description |
---|---|
com.amazonaws.services.simpledb |
Amazon SimpleDB is a web service providing the core database functions of data indexing and querying in the cloud.
|
com.amazonaws.services.simpledb.model |
Modifier and Type | Method and Description |
---|---|
DomainMetadataResult |
AmazonSimpleDBClient.domainMetadata(DomainMetadataRequest request)
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.
|
Modifier and Type | Method and Description |
---|---|
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> |
AbstractAmazonSimpleDBAsync.domainMetadataAsync(DomainMetadataRequest request) |
Future<DomainMetadataResult> |
AmazonSimpleDBAsyncClient.domainMetadataAsync(DomainMetadataRequest request) |
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> |
AbstractAmazonSimpleDBAsync.domainMetadataAsync(DomainMetadataRequest request,
AsyncHandler<DomainMetadataRequest,DomainMetadataResult> asyncHandler) |
Future<DomainMetadataResult> |
AmazonSimpleDBAsyncClient.domainMetadataAsync(DomainMetadataRequest request,
AsyncHandler<DomainMetadataRequest,DomainMetadataResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
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> |
AbstractAmazonSimpleDBAsync.domainMetadataAsync(DomainMetadataRequest request,
AsyncHandler<DomainMetadataRequest,DomainMetadataResult> asyncHandler) |
Future<DomainMetadataResult> |
AmazonSimpleDBAsyncClient.domainMetadataAsync(DomainMetadataRequest request,
AsyncHandler<DomainMetadataRequest,DomainMetadataResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DomainMetadataResult |
DomainMetadataResult.clone() |
DomainMetadataResult |
DomainMetadataResult.withAttributeNameCount(Integer attributeNameCount)
The number of unique attribute names in the domain.
|
DomainMetadataResult |
DomainMetadataResult.withAttributeNamesSizeBytes(Long attributeNamesSizeBytes)
The total size of all unique attribute names in the domain, in bytes.
|
DomainMetadataResult |
DomainMetadataResult.withAttributeValueCount(Integer attributeValueCount)
The number of all attribute name/value pairs in the domain.
|
DomainMetadataResult |
DomainMetadataResult.withAttributeValuesSizeBytes(Long attributeValuesSizeBytes)
The total size of all attribute values in the domain, in bytes.
|
DomainMetadataResult |
DomainMetadataResult.withItemCount(Integer itemCount)
The number of all items in the domain.
|
DomainMetadataResult |
DomainMetadataResult.withItemNamesSizeBytes(Long itemNamesSizeBytes)
The total size of all item names in the domain, in bytes.
|
DomainMetadataResult |
DomainMetadataResult.withTimestamp(Integer timestamp)
The data and time when metadata was calculated, in Epoch (UNIX) seconds.
|
Copyright © 2017. All rights reserved.