Uses of Class
com.amazonaws.services.simpledb.model.PutAttributesRequest
-
Packages that use PutAttributesRequest Package Description com.amazonaws.services.simpledb com.amazonaws.services.simpledb.model -
-
Uses of PutAttributesRequest in com.amazonaws.services.simpledb
Methods in com.amazonaws.services.simpledb with parameters of type PutAttributesRequest Modifier and Type Method Description PutAttributesResultAbstractAmazonSimpleDB. putAttributes(PutAttributesRequest request)PutAttributesResultAmazonSimpleDB. putAttributes(PutAttributesRequest putAttributesRequest)The PutAttributes operation creates or replaces attributes in an item.PutAttributesResultAmazonSimpleDBClient. putAttributes(PutAttributesRequest putAttributesRequest)The PutAttributes operation creates or replaces attributes in an item.Future<PutAttributesResult>AbstractAmazonSimpleDBAsync. putAttributesAsync(PutAttributesRequest request)Future<PutAttributesResult>AbstractAmazonSimpleDBAsync. putAttributesAsync(PutAttributesRequest request, AsyncHandler<PutAttributesRequest,PutAttributesResult> asyncHandler)Future<PutAttributesResult>AmazonSimpleDBAsync. putAttributesAsync(PutAttributesRequest putAttributesRequest)The PutAttributes operation creates or replaces attributes in an item.Future<PutAttributesResult>AmazonSimpleDBAsync. putAttributesAsync(PutAttributesRequest putAttributesRequest, AsyncHandler<PutAttributesRequest,PutAttributesResult> asyncHandler)The PutAttributes operation creates or replaces attributes in an item.Future<PutAttributesResult>AmazonSimpleDBAsyncClient. putAttributesAsync(PutAttributesRequest request)Future<PutAttributesResult>AmazonSimpleDBAsyncClient. putAttributesAsync(PutAttributesRequest request, AsyncHandler<PutAttributesRequest,PutAttributesResult> asyncHandler)Method parameters in com.amazonaws.services.simpledb with type arguments of type PutAttributesRequest Modifier and Type Method Description Future<PutAttributesResult>AbstractAmazonSimpleDBAsync. putAttributesAsync(PutAttributesRequest request, AsyncHandler<PutAttributesRequest,PutAttributesResult> asyncHandler)Future<PutAttributesResult>AmazonSimpleDBAsync. putAttributesAsync(PutAttributesRequest putAttributesRequest, AsyncHandler<PutAttributesRequest,PutAttributesResult> asyncHandler)The PutAttributes operation creates or replaces attributes in an item.Future<PutAttributesResult>AmazonSimpleDBAsyncClient. putAttributesAsync(PutAttributesRequest request, AsyncHandler<PutAttributesRequest,PutAttributesResult> asyncHandler) -
Uses of PutAttributesRequest in com.amazonaws.services.simpledb.model
Methods in com.amazonaws.services.simpledb.model that return PutAttributesRequest Modifier and Type Method Description PutAttributesRequestPutAttributesRequest. clone()PutAttributesRequestPutAttributesRequest. withAttributes(ReplaceableAttribute... attributes)The list of attributes.PutAttributesRequestPutAttributesRequest. withAttributes(Collection<ReplaceableAttribute> attributes)The list of attributes.PutAttributesRequestPutAttributesRequest. withDomainName(String domainName)The name of the domain in which to perform the operation.PutAttributesRequestPutAttributesRequest. withExpected(UpdateCondition expected)The update condition which, if specified, determines whether the specified attributes will be updated or not.PutAttributesRequestPutAttributesRequest. withItemName(String itemName)The name of the item.
-