Uses of Class
com.amazonaws.services.simpledb.model.GetAttributesRequest
-
Packages that use GetAttributesRequest Package Description com.amazonaws.services.simpledb com.amazonaws.services.simpledb.model -
-
Uses of GetAttributesRequest in com.amazonaws.services.simpledb
Methods in com.amazonaws.services.simpledb with parameters of type GetAttributesRequest Modifier and Type Method Description GetAttributesResult
AbstractAmazonSimpleDB. getAttributes(GetAttributesRequest request)
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.Future<GetAttributesResult>
AbstractAmazonSimpleDBAsync. getAttributesAsync(GetAttributesRequest request)
Future<GetAttributesResult>
AbstractAmazonSimpleDBAsync. getAttributesAsync(GetAttributesRequest request, AsyncHandler<GetAttributesRequest,GetAttributesResult> asyncHandler)
Future<GetAttributesResult>
AmazonSimpleDBAsync. 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 request)
Future<GetAttributesResult>
AmazonSimpleDBAsyncClient. getAttributesAsync(GetAttributesRequest request, AsyncHandler<GetAttributesRequest,GetAttributesResult> asyncHandler)
Method parameters in com.amazonaws.services.simpledb with type arguments of type GetAttributesRequest Modifier and Type Method Description Future<GetAttributesResult>
AbstractAmazonSimpleDBAsync. getAttributesAsync(GetAttributesRequest request, AsyncHandler<GetAttributesRequest,GetAttributesResult> asyncHandler)
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 request, AsyncHandler<GetAttributesRequest,GetAttributesResult> asyncHandler)
-
Uses of GetAttributesRequest in com.amazonaws.services.simpledb.model
Methods in com.amazonaws.services.simpledb.model that return GetAttributesRequest Modifier and Type Method Description GetAttributesRequest
GetAttributesRequest. clone()
GetAttributesRequest
GetAttributesRequest. withAttributeNames(String... attributeNames)
The names of the attributes.GetAttributesRequest
GetAttributesRequest. withAttributeNames(Collection<String> attributeNames)
The names of the attributes.GetAttributesRequest
GetAttributesRequest. withConsistentRead(Boolean consistentRead)
Determines whether or not strong consistency should be enforced when data is read from SimpleDB.GetAttributesRequest
GetAttributesRequest. withDomainName(String domainName)
The name of the domain in which to perform the operation.GetAttributesRequest
GetAttributesRequest. withItemName(String itemName)
The name of the item.
-