Package | Description |
---|---|
com.amazonaws.services.simpledb | |
com.amazonaws.services.simpledb.model | |
com.amazonaws.services.simpledb.model.transform |
Modifier and Type | Method and Description |
---|---|
PutAttributesResult |
AmazonSimpleDBClient.putAttributes(PutAttributesRequest putAttributesRequest)
The PutAttributes operation creates or replaces attributes in an item.
|
PutAttributesResult |
AmazonSimpleDB.putAttributes(PutAttributesRequest putAttributesRequest)
The PutAttributes operation creates or replaces attributes in an item.
|
PutAttributesResult |
AbstractAmazonSimpleDB.putAttributes(PutAttributesRequest request) |
java.util.concurrent.Future<PutAttributesResult> |
AmazonSimpleDBAsyncClient.putAttributesAsync(PutAttributesRequest request) |
java.util.concurrent.Future<PutAttributesResult> |
AmazonSimpleDBAsync.putAttributesAsync(PutAttributesRequest putAttributesRequest)
The PutAttributes operation creates or replaces attributes in an item.
|
java.util.concurrent.Future<PutAttributesResult> |
AbstractAmazonSimpleDBAsync.putAttributesAsync(PutAttributesRequest request) |
java.util.concurrent.Future<PutAttributesResult> |
AmazonSimpleDBAsyncClient.putAttributesAsync(PutAttributesRequest request,
AsyncHandler<PutAttributesRequest,PutAttributesResult> asyncHandler) |
java.util.concurrent.Future<PutAttributesResult> |
AmazonSimpleDBAsync.putAttributesAsync(PutAttributesRequest putAttributesRequest,
AsyncHandler<PutAttributesRequest,PutAttributesResult> asyncHandler)
The PutAttributes operation creates or replaces attributes in an item.
|
java.util.concurrent.Future<PutAttributesResult> |
AbstractAmazonSimpleDBAsync.putAttributesAsync(PutAttributesRequest request,
AsyncHandler<PutAttributesRequest,PutAttributesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<PutAttributesResult> |
AmazonSimpleDBAsyncClient.putAttributesAsync(PutAttributesRequest request,
AsyncHandler<PutAttributesRequest,PutAttributesResult> asyncHandler) |
java.util.concurrent.Future<PutAttributesResult> |
AmazonSimpleDBAsync.putAttributesAsync(PutAttributesRequest putAttributesRequest,
AsyncHandler<PutAttributesRequest,PutAttributesResult> asyncHandler)
The PutAttributes operation creates or replaces attributes in an item.
|
java.util.concurrent.Future<PutAttributesResult> |
AbstractAmazonSimpleDBAsync.putAttributesAsync(PutAttributesRequest request,
AsyncHandler<PutAttributesRequest,PutAttributesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
PutAttributesRequest |
PutAttributesRequest.clone() |
PutAttributesRequest |
PutAttributesRequest.withAttributes(java.util.Collection<ReplaceableAttribute> attributes)
The list of attributes.
|
PutAttributesRequest |
PutAttributesRequest.withAttributes(ReplaceableAttribute... attributes)
The list of attributes.
|
PutAttributesRequest |
PutAttributesRequest.withDomainName(java.lang.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(java.lang.String itemName)
The name of the item.
|
Modifier and Type | Method and Description |
---|---|
Request<PutAttributesRequest> |
PutAttributesRequestMarshaller.marshall(PutAttributesRequest putAttributesRequest) |
Modifier and Type | Method and Description |
---|---|
Request<PutAttributesRequest> |
PutAttributesRequestMarshaller.marshall(PutAttributesRequest putAttributesRequest) |