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 |
---|---|
BatchDeleteAttributesResult |
AmazonSimpleDBClient.batchDeleteAttributes(BatchDeleteAttributesRequest request)
Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies.
|
BatchDeleteAttributesResult |
AbstractAmazonSimpleDB.batchDeleteAttributes(BatchDeleteAttributesRequest request) |
BatchDeleteAttributesResult |
AmazonSimpleDB.batchDeleteAttributes(BatchDeleteAttributesRequest batchDeleteAttributesRequest)
Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies.
|
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 |
---|---|
BatchDeleteAttributesResult |
BatchDeleteAttributesResult.clone() |
Copyright © 2017. All rights reserved.