Package | Description |
---|---|
com.amazonaws.services.simpledb | |
com.amazonaws.services.simpledb.model | |
com.amazonaws.services.simpledb.model.transform |
Modifier and Type | Method and Description |
---|---|
BatchDeleteAttributesResult |
AmazonSimpleDBClient.batchDeleteAttributes(BatchDeleteAttributesRequest batchDeleteAttributesRequest)
Performs multiple DeleteAttributes operations in a single call, which
reduces round trips and latencies.
|
BatchDeleteAttributesResult |
AmazonSimpleDB.batchDeleteAttributes(BatchDeleteAttributesRequest batchDeleteAttributesRequest)
Performs multiple DeleteAttributes operations in a single call, which
reduces round trips and latencies.
|
BatchDeleteAttributesResult |
AbstractAmazonSimpleDB.batchDeleteAttributes(BatchDeleteAttributesRequest request) |
java.util.concurrent.Future<BatchDeleteAttributesResult> |
AmazonSimpleDBAsyncClient.batchDeleteAttributesAsync(BatchDeleteAttributesRequest request) |
java.util.concurrent.Future<BatchDeleteAttributesResult> |
AmazonSimpleDBAsync.batchDeleteAttributesAsync(BatchDeleteAttributesRequest batchDeleteAttributesRequest)
Performs multiple DeleteAttributes operations in a single call, which
reduces round trips and latencies.
|
java.util.concurrent.Future<BatchDeleteAttributesResult> |
AbstractAmazonSimpleDBAsync.batchDeleteAttributesAsync(BatchDeleteAttributesRequest request) |
java.util.concurrent.Future<BatchDeleteAttributesResult> |
AmazonSimpleDBAsyncClient.batchDeleteAttributesAsync(BatchDeleteAttributesRequest request,
AsyncHandler<BatchDeleteAttributesRequest,BatchDeleteAttributesResult> asyncHandler) |
java.util.concurrent.Future<BatchDeleteAttributesResult> |
AmazonSimpleDBAsync.batchDeleteAttributesAsync(BatchDeleteAttributesRequest batchDeleteAttributesRequest,
AsyncHandler<BatchDeleteAttributesRequest,BatchDeleteAttributesResult> asyncHandler)
Performs multiple DeleteAttributes operations in a single call, which
reduces round trips and latencies.
|
java.util.concurrent.Future<BatchDeleteAttributesResult> |
AbstractAmazonSimpleDBAsync.batchDeleteAttributesAsync(BatchDeleteAttributesRequest request,
AsyncHandler<BatchDeleteAttributesRequest,BatchDeleteAttributesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<BatchDeleteAttributesResult> |
AmazonSimpleDBAsyncClient.batchDeleteAttributesAsync(BatchDeleteAttributesRequest request,
AsyncHandler<BatchDeleteAttributesRequest,BatchDeleteAttributesResult> asyncHandler) |
java.util.concurrent.Future<BatchDeleteAttributesResult> |
AmazonSimpleDBAsync.batchDeleteAttributesAsync(BatchDeleteAttributesRequest batchDeleteAttributesRequest,
AsyncHandler<BatchDeleteAttributesRequest,BatchDeleteAttributesResult> asyncHandler)
Performs multiple DeleteAttributes operations in a single call, which
reduces round trips and latencies.
|
java.util.concurrent.Future<BatchDeleteAttributesResult> |
AbstractAmazonSimpleDBAsync.batchDeleteAttributesAsync(BatchDeleteAttributesRequest request,
AsyncHandler<BatchDeleteAttributesRequest,BatchDeleteAttributesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
BatchDeleteAttributesRequest |
BatchDeleteAttributesRequest.clone() |
BatchDeleteAttributesRequest |
BatchDeleteAttributesRequest.withDomainName(java.lang.String domainName)
The name of the domain in which the attributes are being deleted.
|
BatchDeleteAttributesRequest |
BatchDeleteAttributesRequest.withItems(java.util.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.
|
Modifier and Type | Method and Description |
---|---|
Request<BatchDeleteAttributesRequest> |
BatchDeleteAttributesRequestMarshaller.marshall(BatchDeleteAttributesRequest batchDeleteAttributesRequest) |
Modifier and Type | Method and Description |
---|---|
Request<BatchDeleteAttributesRequest> |
BatchDeleteAttributesRequestMarshaller.marshall(BatchDeleteAttributesRequest batchDeleteAttributesRequest) |