Uses of Class
com.amazonaws.services.simpledb.model.BatchDeleteAttributesResult
-
Packages that use BatchDeleteAttributesResult Package Description com.amazonaws.services.simpledb com.amazonaws.services.simpledb.model -
-
Uses of BatchDeleteAttributesResult in com.amazonaws.services.simpledb
Methods in com.amazonaws.services.simpledb that return BatchDeleteAttributesResult Modifier and Type Method Description BatchDeleteAttributesResultAbstractAmazonSimpleDB. batchDeleteAttributes(BatchDeleteAttributesRequest request)BatchDeleteAttributesResultAmazonSimpleDB. batchDeleteAttributes(BatchDeleteAttributesRequest batchDeleteAttributesRequest)Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies.BatchDeleteAttributesResultAmazonSimpleDBClient. batchDeleteAttributes(BatchDeleteAttributesRequest batchDeleteAttributesRequest)Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies.Method parameters in com.amazonaws.services.simpledb with type arguments of type BatchDeleteAttributesResult Modifier and Type Method Description Future<BatchDeleteAttributesResult>AbstractAmazonSimpleDBAsync. batchDeleteAttributesAsync(BatchDeleteAttributesRequest request, AsyncHandler<BatchDeleteAttributesRequest,BatchDeleteAttributesResult> asyncHandler)Future<BatchDeleteAttributesResult>AmazonSimpleDBAsync. batchDeleteAttributesAsync(BatchDeleteAttributesRequest batchDeleteAttributesRequest, AsyncHandler<BatchDeleteAttributesRequest,BatchDeleteAttributesResult> asyncHandler)Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies.Future<BatchDeleteAttributesResult>AmazonSimpleDBAsyncClient. batchDeleteAttributesAsync(BatchDeleteAttributesRequest request, AsyncHandler<BatchDeleteAttributesRequest,BatchDeleteAttributesResult> asyncHandler) -
Uses of BatchDeleteAttributesResult in com.amazonaws.services.simpledb.model
Methods in com.amazonaws.services.simpledb.model that return BatchDeleteAttributesResult Modifier and Type Method Description BatchDeleteAttributesResultBatchDeleteAttributesResult. clone()
-