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.putAttributes(PutAttributesRequest putAttributesRequest)
The PutAttributes operation creates or replaces attributes in an
item.
|
void |
AmazonSimpleDBClient.putAttributes(PutAttributesRequest putAttributesRequest)
The PutAttributes operation creates or replaces attributes in an
item.
|
Future<Void> |
AmazonSimpleDBAsync.putAttributesAsync(PutAttributesRequest putAttributesRequest)
The PutAttributes operation creates or replaces attributes in an
item.
|
Future<Void> |
AmazonSimpleDBAsyncClient.putAttributesAsync(PutAttributesRequest putAttributesRequest)
The PutAttributes operation creates or replaces attributes in an
item.
|
Future<Void> |
AmazonSimpleDBAsync.putAttributesAsync(PutAttributesRequest putAttributesRequest,
AsyncHandler<PutAttributesRequest,Void> asyncHandler)
The PutAttributes operation creates or replaces attributes in an
item.
|
Future<Void> |
AmazonSimpleDBAsyncClient.putAttributesAsync(PutAttributesRequest putAttributesRequest,
AsyncHandler<PutAttributesRequest,Void> asyncHandler)
The PutAttributes operation creates or replaces attributes in an
item.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonSimpleDBAsync.putAttributesAsync(PutAttributesRequest putAttributesRequest,
AsyncHandler<PutAttributesRequest,Void> asyncHandler)
The PutAttributes operation creates or replaces attributes in an
item.
|
Future<Void> |
AmazonSimpleDBAsyncClient.putAttributesAsync(PutAttributesRequest putAttributesRequest,
AsyncHandler<PutAttributesRequest,Void> asyncHandler)
The PutAttributes operation creates or replaces attributes in an
item.
|
Modifier and Type | Method and Description |
---|---|
PutAttributesRequest |
PutAttributesRequest.withAttributes(Collection<ReplaceableAttribute> attributes)
The list of attributes.
|
PutAttributesRequest |
PutAttributesRequest.withAttributes(ReplaceableAttribute... attributes)
The list of attributes.
|
PutAttributesRequest |
PutAttributesRequest.withDomainName(String domainName)
The name of the domain in which to perform the operation.
|
PutAttributesRequest |
PutAttributesRequest.withExpected(UpdateCondition expected)
The update condition which, if specified, determines whether the
specified attributes will be updated or not.
|
PutAttributesRequest |
PutAttributesRequest.withItemName(String itemName)
The name of the item.
|
Copyright © 2014. All rights reserved.