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