Package | Description |
---|---|
com.amazonaws.services.simpledb |
Amazon SimpleDB is a web service providing the core database functions of data indexing and querying in the cloud.
|
com.amazonaws.services.simpledb.model |
Modifier and Type | Method and Description |
---|---|
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> |
AbstractAmazonSimpleDBAsync.batchDeleteAttributesAsync(BatchDeleteAttributesRequest request,
AsyncHandler<BatchDeleteAttributesRequest,BatchDeleteAttributesResult> asyncHandler) |
Future<BatchDeleteAttributesResult> |
AmazonSimpleDBAsyncClient.batchDeleteAttributesAsync(BatchDeleteAttributesRequest request,
AsyncHandler<BatchDeleteAttributesRequest,BatchDeleteAttributesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
BatchDeleteAttributesRequest |
BatchDeleteAttributesRequest.clone() |
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 © 2017. All rights reserved.