|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BatchDeleteAttributesRequest | |
---|---|
com.amazonaws.services.simpledb | Synchronous and asynchronous client classes for accessing AmazonSimpleDB. |
com.amazonaws.services.simpledb.model | Classes modeling the various types represented by AmazonSimpleDB. |
Uses of BatchDeleteAttributesRequest in com.amazonaws.services.simpledb |
---|
Methods in com.amazonaws.services.simpledb with parameters of type BatchDeleteAttributesRequest | |
---|---|
void |
AmazonSimpleDBClient.batchDeleteAttributes(BatchDeleteAttributesRequest batchDeleteAttributesRequest)
Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies. |
void |
AmazonSimpleDB.batchDeleteAttributes(BatchDeleteAttributesRequest batchDeleteAttributesRequest)
Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies. |
Future<Void> |
AmazonSimpleDBAsyncClient.batchDeleteAttributesAsync(BatchDeleteAttributesRequest batchDeleteAttributesRequest)
Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies. |
Future<Void> |
AmazonSimpleDBAsync.batchDeleteAttributesAsync(BatchDeleteAttributesRequest batchDeleteAttributesRequest)
Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies. |
Future<Void> |
AmazonSimpleDBAsyncClient.batchDeleteAttributesAsync(BatchDeleteAttributesRequest batchDeleteAttributesRequest,
AsyncHandler<BatchDeleteAttributesRequest,Void> asyncHandler)
Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies. |
Future<Void> |
AmazonSimpleDBAsync.batchDeleteAttributesAsync(BatchDeleteAttributesRequest batchDeleteAttributesRequest,
AsyncHandler<BatchDeleteAttributesRequest,Void> asyncHandler)
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 BatchDeleteAttributesRequest | |
---|---|
Future<Void> |
AmazonSimpleDBAsyncClient.batchDeleteAttributesAsync(BatchDeleteAttributesRequest batchDeleteAttributesRequest,
AsyncHandler<BatchDeleteAttributesRequest,Void> asyncHandler)
Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies. |
Future<Void> |
AmazonSimpleDBAsync.batchDeleteAttributesAsync(BatchDeleteAttributesRequest batchDeleteAttributesRequest,
AsyncHandler<BatchDeleteAttributesRequest,Void> asyncHandler)
Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies. |
Uses of BatchDeleteAttributesRequest in com.amazonaws.services.simpledb.model |
---|
Methods in com.amazonaws.services.simpledb.model that return BatchDeleteAttributesRequest | |
---|---|
BatchDeleteAttributesRequest |
BatchDeleteAttributesRequest.withDomainName(String domainName)
The name of the domain in which the attributes are being deleted. |
BatchDeleteAttributesRequest |
BatchDeleteAttributesRequest.withItems(Collection<DeletableItem> items)
A list of items on which to perform the operation. |
BatchDeleteAttributesRequest |
BatchDeleteAttributesRequest.withItems(DeletableItem... items)
A list of items on which to perform the operation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |