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 PutAttributesResult
AbstractAmazonSimpleDB. putAttributes(PutAttributesRequest request)
PutAttributesResult
AmazonSimpleDB. putAttributes(PutAttributesRequest putAttributesRequest)
The PutAttributes operation creates or replaces attributes in an item.PutAttributesResult
AmazonSimpleDBClient. 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 PutAttributesRequest
PutAttributesRequest. clone()
PutAttributesRequest
PutAttributesRequest. withAttributes(ReplaceableAttribute... attributes)
The list of attributes.PutAttributesRequest
PutAttributesRequest. withAttributes(Collection<ReplaceableAttribute> attributes)
The list of attributes.PutAttributesRequest
PutAttributesRequest. withDomainName(String domainName)
The name of the domain in which to perform the operation.PutAttributesRequest
PutAttributesRequest. withExpected(UpdateCondition expected)
The update condition which, if specified, determines whether the specified attributes will be updated or not.PutAttributesRequest
PutAttributesRequest. withItemName(String itemName)
The name of the item.
-