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 |
---|---|
GetAttributesResult |
AmazonSimpleDBClient.getAttributes(GetAttributesRequest request)
Returns all of the attributes associated with the specified item.
|
GetAttributesResult |
AbstractAmazonSimpleDB.getAttributes(GetAttributesRequest request) |
GetAttributesResult |
AmazonSimpleDB.getAttributes(GetAttributesRequest getAttributesRequest)
Returns all of the attributes associated with the specified item.
|
Modifier and Type | Method and Description |
---|---|
Future<GetAttributesResult> |
AmazonSimpleDBAsync.getAttributesAsync(GetAttributesRequest getAttributesRequest,
AsyncHandler<GetAttributesRequest,GetAttributesResult> asyncHandler)
Returns all of the attributes associated with the specified item.
|
Future<GetAttributesResult> |
AbstractAmazonSimpleDBAsync.getAttributesAsync(GetAttributesRequest request,
AsyncHandler<GetAttributesRequest,GetAttributesResult> asyncHandler) |
Future<GetAttributesResult> |
AmazonSimpleDBAsyncClient.getAttributesAsync(GetAttributesRequest request,
AsyncHandler<GetAttributesRequest,GetAttributesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetAttributesResult |
GetAttributesResult.clone() |
GetAttributesResult |
GetAttributesResult.withAttributes(Attribute... attributes)
The list of attributes returned by the operation.
|
GetAttributesResult |
GetAttributesResult.withAttributes(Collection<Attribute> attributes)
The list of attributes returned by the operation.
|
Copyright © 2017. All rights reserved.