Uses of Class
com.amazonaws.services.simpledb.model.BatchPutAttributesRequest
Packages that use BatchPutAttributesRequest
-
Uses of BatchPutAttributesRequest in com.amazonaws.services.simpledb
Methods in com.amazonaws.services.simpledb with parameters of type BatchPutAttributesRequestModifier and TypeMethodDescriptionAbstractAmazonSimpleDB.batchPutAttributes
(BatchPutAttributesRequest request) AmazonSimpleDB.batchPutAttributes
(BatchPutAttributesRequest batchPutAttributesRequest) TheBatchPutAttributes
operation creates or replaces attributes within one or more items.AmazonSimpleDBClient.batchPutAttributes
(BatchPutAttributesRequest batchPutAttributesRequest) TheBatchPutAttributes
operation creates or replaces attributes within one or more items.AbstractAmazonSimpleDBAsync.batchPutAttributesAsync
(BatchPutAttributesRequest request) AbstractAmazonSimpleDBAsync.batchPutAttributesAsync
(BatchPutAttributesRequest request, AsyncHandler<BatchPutAttributesRequest, BatchPutAttributesResult> asyncHandler) AmazonSimpleDBAsync.batchPutAttributesAsync
(BatchPutAttributesRequest batchPutAttributesRequest) TheBatchPutAttributes
operation creates or replaces attributes within one or more items.AmazonSimpleDBAsync.batchPutAttributesAsync
(BatchPutAttributesRequest batchPutAttributesRequest, AsyncHandler<BatchPutAttributesRequest, BatchPutAttributesResult> asyncHandler) TheBatchPutAttributes
operation creates or replaces attributes within one or more items.AmazonSimpleDBAsyncClient.batchPutAttributesAsync
(BatchPutAttributesRequest request) AmazonSimpleDBAsyncClient.batchPutAttributesAsync
(BatchPutAttributesRequest request, AsyncHandler<BatchPutAttributesRequest, BatchPutAttributesResult> asyncHandler) Method parameters in com.amazonaws.services.simpledb with type arguments of type BatchPutAttributesRequestModifier and TypeMethodDescriptionAbstractAmazonSimpleDBAsync.batchPutAttributesAsync
(BatchPutAttributesRequest request, AsyncHandler<BatchPutAttributesRequest, BatchPutAttributesResult> asyncHandler) AmazonSimpleDBAsync.batchPutAttributesAsync
(BatchPutAttributesRequest batchPutAttributesRequest, AsyncHandler<BatchPutAttributesRequest, BatchPutAttributesResult> asyncHandler) TheBatchPutAttributes
operation creates or replaces attributes within one or more items.AmazonSimpleDBAsyncClient.batchPutAttributesAsync
(BatchPutAttributesRequest request, AsyncHandler<BatchPutAttributesRequest, BatchPutAttributesResult> asyncHandler) -
Uses of BatchPutAttributesRequest in com.amazonaws.services.simpledb.model
Methods in com.amazonaws.services.simpledb.model that return BatchPutAttributesRequestModifier and TypeMethodDescriptionBatchPutAttributesRequest.clone()
BatchPutAttributesRequest.withDomainName
(String domainName) The name of the domain in which the attributes are being stored.BatchPutAttributesRequest.withItems
(ReplaceableItem... items) A list of items on which to perform the operation.BatchPutAttributesRequest.withItems
(Collection<ReplaceableItem> items) A list of items on which to perform the operation.