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 GetAttributesResultAbstractAmazonSimpleDB. getAttributes(GetAttributesRequest request)GetAttributesResultAmazonSimpleDB. getAttributes(GetAttributesRequest getAttributesRequest)Returns all of the attributes associated with the specified item.GetAttributesResultAmazonSimpleDBClient. 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 GetAttributesRequestGetAttributesRequest. clone()GetAttributesRequestGetAttributesRequest. withAttributeNames(String... attributeNames)The names of the attributes.GetAttributesRequestGetAttributesRequest. withAttributeNames(Collection<String> attributeNames)The names of the attributes.GetAttributesRequestGetAttributesRequest. withConsistentRead(Boolean consistentRead)Determines whether or not strong consistency should be enforced when data is read from SimpleDB.GetAttributesRequestGetAttributesRequest. withDomainName(String domainName)The name of the domain in which to perform the operation.GetAttributesRequestGetAttributesRequest. withItemName(String itemName)The name of the item.
-