Package | Description |
---|---|
com.amazonaws.services.simpledb |
Synchronous and asynchronous client classes for accessing AmazonSimpleDB.
|
com.amazonaws.services.simpledb.model |
Classes modeling the various types represented by AmazonSimpleDB.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonSimpleDB.batchPutAttributes(BatchPutAttributesRequest batchPutAttributesRequest)
The
BatchPutAttributes operation creates or replaces
attributes within one or more items. |
void |
AmazonSimpleDBClient.batchPutAttributes(BatchPutAttributesRequest batchPutAttributesRequest)
The
BatchPutAttributes operation creates or replaces
attributes within one or more items. |
Future<Void> |
AmazonSimpleDBAsync.batchPutAttributesAsync(BatchPutAttributesRequest batchPutAttributesRequest)
The
BatchPutAttributes operation creates or replaces
attributes within one or more items. |
Future<Void> |
AmazonSimpleDBAsyncClient.batchPutAttributesAsync(BatchPutAttributesRequest batchPutAttributesRequest)
The
BatchPutAttributes operation creates or replaces
attributes within one or more items. |
Future<Void> |
AmazonSimpleDBAsync.batchPutAttributesAsync(BatchPutAttributesRequest batchPutAttributesRequest,
AsyncHandler<BatchPutAttributesRequest,Void> asyncHandler)
The
BatchPutAttributes operation creates or replaces
attributes within one or more items. |
Future<Void> |
AmazonSimpleDBAsyncClient.batchPutAttributesAsync(BatchPutAttributesRequest batchPutAttributesRequest,
AsyncHandler<BatchPutAttributesRequest,Void> asyncHandler)
The
BatchPutAttributes operation creates or replaces
attributes within one or more items. |
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonSimpleDBAsync.batchPutAttributesAsync(BatchPutAttributesRequest batchPutAttributesRequest,
AsyncHandler<BatchPutAttributesRequest,Void> asyncHandler)
The
BatchPutAttributes operation creates or replaces
attributes within one or more items. |
Future<Void> |
AmazonSimpleDBAsyncClient.batchPutAttributesAsync(BatchPutAttributesRequest batchPutAttributesRequest,
AsyncHandler<BatchPutAttributesRequest,Void> asyncHandler)
The
BatchPutAttributes operation creates or replaces
attributes within one or more items. |
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.