Package | Description |
---|---|
com.amazonaws.services.simpledb | |
com.amazonaws.services.simpledb.model | |
com.amazonaws.services.simpledb.model.transform |
Modifier and Type | Method and Description |
---|---|
GetAttributesResult |
AmazonSimpleDBClient.getAttributes(GetAttributesRequest getAttributesRequest)
Returns all of the attributes associated with the specified item.
|
GetAttributesResult |
AmazonSimpleDB.getAttributes(GetAttributesRequest getAttributesRequest)
Returns all of the attributes associated with the specified item.
|
GetAttributesResult |
AbstractAmazonSimpleDB.getAttributes(GetAttributesRequest request) |
java.util.concurrent.Future<GetAttributesResult> |
AmazonSimpleDBAsyncClient.getAttributesAsync(GetAttributesRequest request) |
java.util.concurrent.Future<GetAttributesResult> |
AmazonSimpleDBAsync.getAttributesAsync(GetAttributesRequest getAttributesRequest)
Returns all of the attributes associated with the specified item.
|
java.util.concurrent.Future<GetAttributesResult> |
AbstractAmazonSimpleDBAsync.getAttributesAsync(GetAttributesRequest request) |
java.util.concurrent.Future<GetAttributesResult> |
AmazonSimpleDBAsyncClient.getAttributesAsync(GetAttributesRequest request,
AsyncHandler<GetAttributesRequest,GetAttributesResult> asyncHandler) |
java.util.concurrent.Future<GetAttributesResult> |
AmazonSimpleDBAsync.getAttributesAsync(GetAttributesRequest getAttributesRequest,
AsyncHandler<GetAttributesRequest,GetAttributesResult> asyncHandler)
Returns all of the attributes associated with the specified item.
|
java.util.concurrent.Future<GetAttributesResult> |
AbstractAmazonSimpleDBAsync.getAttributesAsync(GetAttributesRequest request,
AsyncHandler<GetAttributesRequest,GetAttributesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<GetAttributesResult> |
AmazonSimpleDBAsyncClient.getAttributesAsync(GetAttributesRequest request,
AsyncHandler<GetAttributesRequest,GetAttributesResult> asyncHandler) |
java.util.concurrent.Future<GetAttributesResult> |
AmazonSimpleDBAsync.getAttributesAsync(GetAttributesRequest getAttributesRequest,
AsyncHandler<GetAttributesRequest,GetAttributesResult> asyncHandler)
Returns all of the attributes associated with the specified item.
|
java.util.concurrent.Future<GetAttributesResult> |
AbstractAmazonSimpleDBAsync.getAttributesAsync(GetAttributesRequest request,
AsyncHandler<GetAttributesRequest,GetAttributesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetAttributesRequest |
GetAttributesRequest.clone() |
GetAttributesRequest |
GetAttributesRequest.withAttributeNames(java.util.Collection<java.lang.String> attributeNames)
The names of the attributes.
|
GetAttributesRequest |
GetAttributesRequest.withAttributeNames(java.lang.String... attributeNames)
The names of the attributes.
|
GetAttributesRequest |
GetAttributesRequest.withConsistentRead(java.lang.Boolean consistentRead)
Determines whether or not strong consistency should be enforced when data
is read from SimpleDB.
|
GetAttributesRequest |
GetAttributesRequest.withDomainName(java.lang.String domainName)
The name of the domain in which to perform the operation.
|
GetAttributesRequest |
GetAttributesRequest.withItemName(java.lang.String itemName)
The name of the item.
|
Modifier and Type | Method and Description |
---|---|
Request<GetAttributesRequest> |
GetAttributesRequestMarshaller.marshall(GetAttributesRequest getAttributesRequest) |
Modifier and Type | Method and Description |
---|---|
Request<GetAttributesRequest> |
GetAttributesRequestMarshaller.marshall(GetAttributesRequest getAttributesRequest) |