Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
GetAttributesResult |
AmazonSimpleDB.getAttributes(GetAttributesRequest getAttributesRequest)
Returns all of the attributes associated with the specified item.
|
GetAttributesResult |
AmazonSimpleDBClient.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)
Returns all of the attributes associated with the specified item.
|
Future<GetAttributesResult> |
AmazonSimpleDBAsyncClient.getAttributesAsync(GetAttributesRequest getAttributesRequest)
Returns all of the attributes associated with the specified item.
|
Future<GetAttributesResult> |
AmazonSimpleDBAsync.getAttributesAsync(GetAttributesRequest getAttributesRequest,
AsyncHandler<GetAttributesRequest,GetAttributesResult> asyncHandler)
Returns all of the attributes associated with the specified item.
|
Future<GetAttributesResult> |
AmazonSimpleDBAsyncClient.getAttributesAsync(GetAttributesRequest getAttributesRequest,
AsyncHandler<GetAttributesRequest,GetAttributesResult> asyncHandler)
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> |
AmazonSimpleDBAsyncClient.getAttributesAsync(GetAttributesRequest getAttributesRequest,
AsyncHandler<GetAttributesRequest,GetAttributesResult> asyncHandler)
Returns all of the attributes associated with the specified item.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.