Uses of Class
com.amazonaws.services.simpledb.model.PutAttributesRequest
Packages that use PutAttributesRequest
-
Uses of PutAttributesRequest in com.amazonaws.services.simpledb
Methods in com.amazonaws.services.simpledb with parameters of type PutAttributesRequestModifier and TypeMethodDescriptionAbstractAmazonSimpleDB.putAttributes
(PutAttributesRequest request) AmazonSimpleDB.putAttributes
(PutAttributesRequest putAttributesRequest) The PutAttributes operation creates or replaces attributes in an item.AmazonSimpleDBClient.putAttributes
(PutAttributesRequest putAttributesRequest) The PutAttributes operation creates or replaces attributes in an item.AbstractAmazonSimpleDBAsync.putAttributesAsync
(PutAttributesRequest request) AbstractAmazonSimpleDBAsync.putAttributesAsync
(PutAttributesRequest request, AsyncHandler<PutAttributesRequest, PutAttributesResult> asyncHandler) AmazonSimpleDBAsync.putAttributesAsync
(PutAttributesRequest putAttributesRequest) The PutAttributes operation creates or replaces attributes in an item.AmazonSimpleDBAsync.putAttributesAsync
(PutAttributesRequest putAttributesRequest, AsyncHandler<PutAttributesRequest, PutAttributesResult> asyncHandler) The PutAttributes operation creates or replaces attributes in an item.AmazonSimpleDBAsyncClient.putAttributesAsync
(PutAttributesRequest request) AmazonSimpleDBAsyncClient.putAttributesAsync
(PutAttributesRequest request, AsyncHandler<PutAttributesRequest, PutAttributesResult> asyncHandler) Method parameters in com.amazonaws.services.simpledb with type arguments of type PutAttributesRequestModifier and TypeMethodDescriptionAbstractAmazonSimpleDBAsync.putAttributesAsync
(PutAttributesRequest request, AsyncHandler<PutAttributesRequest, PutAttributesResult> asyncHandler) AmazonSimpleDBAsync.putAttributesAsync
(PutAttributesRequest putAttributesRequest, AsyncHandler<PutAttributesRequest, PutAttributesResult> asyncHandler) The PutAttributes operation creates or replaces attributes in an item.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 PutAttributesRequestModifier and TypeMethodDescriptionPutAttributesRequest.clone()
PutAttributesRequest.withAttributes
(ReplaceableAttribute... attributes) The list of attributes.PutAttributesRequest.withAttributes
(Collection<ReplaceableAttribute> attributes) The list of attributes.PutAttributesRequest.withDomainName
(String domainName) The name of the domain in which to perform the operation.PutAttributesRequest.withExpected
(UpdateCondition expected) The update condition which, if specified, determines whether the specified attributes will be updated or not.PutAttributesRequest.withItemName
(String itemName) The name of the item.