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<BatchPutAttributesResult> |
AbstractAmazonSimpleDBAsync.batchPutAttributesAsync(BatchPutAttributesRequest request,
AsyncHandler<BatchPutAttributesRequest,BatchPutAttributesResult> asyncHandler) |
Future<BatchPutAttributesResult> |
AmazonSimpleDBAsyncClient.batchPutAttributesAsync(BatchPutAttributesRequest request,
AsyncHandler<BatchPutAttributesRequest,BatchPutAttributesResult> asyncHandler) |
Future<BatchPutAttributesResult> |
AmazonSimpleDBAsync.batchPutAttributesAsync(BatchPutAttributesRequest batchPutAttributesRequest,
AsyncHandler<BatchPutAttributesRequest,BatchPutAttributesResult> asyncHandler)
The
BatchPutAttributes operation creates or replaces attributes within one or more items. |
Modifier and Type | Method and Description |
---|---|
BatchPutAttributesRequest |
BatchPutAttributesRequest.clone() |
BatchPutAttributesRequest |
BatchPutAttributesRequest.withDomainName(String domainName)
The name of the domain in which the attributes are being stored.
|
BatchPutAttributesRequest |
BatchPutAttributesRequest.withItems(Collection<ReplaceableItem> items)
A list of items on which to perform the operation.
|
BatchPutAttributesRequest |
BatchPutAttributesRequest.withItems(ReplaceableItem... items)
A list of items on which to perform the operation.
|
Copyright © 2021. All rights reserved.