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 |
---|---|
BatchPutAttributesResult |
AmazonSimpleDBClient.batchPutAttributes(BatchPutAttributesRequest request)
The
BatchPutAttributes operation creates or replaces attributes within one or more items. |
BatchPutAttributesResult |
AbstractAmazonSimpleDB.batchPutAttributes(BatchPutAttributesRequest request) |
BatchPutAttributesResult |
AmazonSimpleDB.batchPutAttributes(BatchPutAttributesRequest batchPutAttributesRequest)
The
BatchPutAttributes operation creates or replaces attributes within one or more items. |
Modifier and Type | Method and Description |
---|---|
Future<BatchPutAttributesResult> |
AmazonSimpleDBAsync.batchPutAttributesAsync(BatchPutAttributesRequest batchPutAttributesRequest,
AsyncHandler<BatchPutAttributesRequest,BatchPutAttributesResult> asyncHandler)
The
BatchPutAttributes operation creates or replaces attributes within one or more items. |
Future<BatchPutAttributesResult> |
AbstractAmazonSimpleDBAsync.batchPutAttributesAsync(BatchPutAttributesRequest request,
AsyncHandler<BatchPutAttributesRequest,BatchPutAttributesResult> asyncHandler) |
Future<BatchPutAttributesResult> |
AmazonSimpleDBAsyncClient.batchPutAttributesAsync(BatchPutAttributesRequest request,
AsyncHandler<BatchPutAttributesRequest,BatchPutAttributesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
BatchPutAttributesResult |
BatchPutAttributesResult.clone() |
Copyright © 2017. All rights reserved.