Uses of Class
com.amazonaws.services.simpledb.model.BatchDeleteAttributesRequest
Packages that use BatchDeleteAttributesRequest
-
Uses of BatchDeleteAttributesRequest in com.amazonaws.services.simpledb
Methods in com.amazonaws.services.simpledb with parameters of type BatchDeleteAttributesRequestModifier and TypeMethodDescriptionAbstractAmazonSimpleDB.batchDeleteAttributes
(BatchDeleteAttributesRequest request) AmazonSimpleDB.batchDeleteAttributes
(BatchDeleteAttributesRequest batchDeleteAttributesRequest) Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies.AmazonSimpleDBClient.batchDeleteAttributes
(BatchDeleteAttributesRequest batchDeleteAttributesRequest) Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies.AbstractAmazonSimpleDBAsync.batchDeleteAttributesAsync
(BatchDeleteAttributesRequest request) AbstractAmazonSimpleDBAsync.batchDeleteAttributesAsync
(BatchDeleteAttributesRequest request, AsyncHandler<BatchDeleteAttributesRequest, BatchDeleteAttributesResult> asyncHandler) AmazonSimpleDBAsync.batchDeleteAttributesAsync
(BatchDeleteAttributesRequest batchDeleteAttributesRequest) Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies.AmazonSimpleDBAsync.batchDeleteAttributesAsync
(BatchDeleteAttributesRequest batchDeleteAttributesRequest, AsyncHandler<BatchDeleteAttributesRequest, BatchDeleteAttributesResult> asyncHandler) Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies.AmazonSimpleDBAsyncClient.batchDeleteAttributesAsync
(BatchDeleteAttributesRequest request) AmazonSimpleDBAsyncClient.batchDeleteAttributesAsync
(BatchDeleteAttributesRequest request, AsyncHandler<BatchDeleteAttributesRequest, BatchDeleteAttributesResult> asyncHandler) Method parameters in com.amazonaws.services.simpledb with type arguments of type BatchDeleteAttributesRequestModifier and TypeMethodDescriptionAbstractAmazonSimpleDBAsync.batchDeleteAttributesAsync
(BatchDeleteAttributesRequest request, AsyncHandler<BatchDeleteAttributesRequest, BatchDeleteAttributesResult> asyncHandler) AmazonSimpleDBAsync.batchDeleteAttributesAsync
(BatchDeleteAttributesRequest batchDeleteAttributesRequest, AsyncHandler<BatchDeleteAttributesRequest, BatchDeleteAttributesResult> asyncHandler) Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies.AmazonSimpleDBAsyncClient.batchDeleteAttributesAsync
(BatchDeleteAttributesRequest request, AsyncHandler<BatchDeleteAttributesRequest, BatchDeleteAttributesResult> asyncHandler) -
Uses of BatchDeleteAttributesRequest in com.amazonaws.services.simpledb.model
Methods in com.amazonaws.services.simpledb.model that return BatchDeleteAttributesRequestModifier and TypeMethodDescriptionBatchDeleteAttributesRequest.clone()
BatchDeleteAttributesRequest.withDomainName
(String domainName) The name of the domain in which the attributes are being deleted.BatchDeleteAttributesRequest.withItems
(DeletableItem... items) A list of items on which to perform the operation.BatchDeleteAttributesRequest.withItems
(Collection<DeletableItem> items) A list of items on which to perform the operation.