Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonSimpleDB.batchDeleteAttributes(BatchDeleteAttributesRequest batchDeleteAttributesRequest)
Performs multiple DeleteAttributes operations in a single call, which
reduces round trips and latencies.
|
void |
AmazonSimpleDBClient.batchDeleteAttributes(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)
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.
|
Future<Void> |
AmazonSimpleDBAsyncClient.batchDeleteAttributesAsync(BatchDeleteAttributesRequest batchDeleteAttributesRequest,
AsyncHandler<BatchDeleteAttributesRequest,Void> asyncHandler)
Performs multiple DeleteAttributes operations in a single call, which
reduces round trips and latencies.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonSimpleDBAsync.batchDeleteAttributesAsync(BatchDeleteAttributesRequest batchDeleteAttributesRequest,
AsyncHandler<BatchDeleteAttributesRequest,Void> asyncHandler)
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2014. All rights reserved.