|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PutAttributesRequest | |
|---|---|
| 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. |
| Uses of PutAttributesRequest in com.amazonaws.services.simpledb |
|---|
| Methods in com.amazonaws.services.simpledb with parameters of type PutAttributesRequest | |
|---|---|
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. |
| Uses of PutAttributesRequest in com.amazonaws.services.simpledb.model |
|---|
| Methods in com.amazonaws.services.simpledb.model that return PutAttributesRequest | |
|---|---|
PutAttributesRequest |
PutAttributesRequest.withAttributes(Collection<ReplaceableAttribute> attributes)
List of attributes. |
PutAttributesRequest |
PutAttributesRequest.withAttributes(ReplaceableAttribute... attributes)
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 if the specified attributes will be updated or not. |
PutAttributesRequest |
PutAttributesRequest.withItemName(String itemName)
The name of the item. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||