Uses of Class
com.amazonaws.services.simpledb.model.GetAttributesResult
-
Packages that use GetAttributesResult Package Description com.amazonaws.services.simpledb com.amazonaws.services.simpledb.model -
-
Uses of GetAttributesResult in com.amazonaws.services.simpledb
Methods in com.amazonaws.services.simpledb that return GetAttributesResult 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.Method parameters in com.amazonaws.services.simpledb with type arguments of type GetAttributesResult 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 GetAttributesResult in com.amazonaws.services.simpledb.model
Methods in com.amazonaws.services.simpledb.model that return GetAttributesResult Modifier and Type Method Description GetAttributesResultGetAttributesResult. clone()GetAttributesResultGetAttributesResult. withAttributes(Attribute... attributes)The list of attributes returned by the operation.GetAttributesResultGetAttributesResult. withAttributes(Collection<Attribute> attributes)The list of attributes returned by the operation.
-