Uses of Class
com.amazonaws.services.simpledb.model.GetAttributesResult
Packages that use GetAttributesResult
-
Uses of GetAttributesResult in com.amazonaws.services.simpledb
Methods in com.amazonaws.services.simpledb that return GetAttributesResultModifier 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.Methods in com.amazonaws.services.simpledb that return types with arguments of type GetAttributesResultModifier and TypeMethodDescriptionAbstractAmazonSimpleDBAsync.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 GetAttributesResultModifier 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 GetAttributesResult in com.amazonaws.services.simpledb.model
Methods in com.amazonaws.services.simpledb.model that return GetAttributesResultModifier and TypeMethodDescriptionGetAttributesResult.clone()
GetAttributesResult.withAttributes
(Attribute... attributes) The list of attributes returned by the operation.GetAttributesResult.withAttributes
(Collection<Attribute> attributes) The list of attributes returned by the operation.