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 |
---|---|
PutAttributesResult |
AmazonSimpleDBClient.putAttributes(PutAttributesRequest request)
The PutAttributes operation creates or replaces attributes in an item.
|
PutAttributesResult |
AbstractAmazonSimpleDB.putAttributes(PutAttributesRequest request) |
PutAttributesResult |
AmazonSimpleDB.putAttributes(PutAttributesRequest putAttributesRequest)
The PutAttributes operation creates or replaces attributes in an item.
|
Future<PutAttributesResult> |
AmazonSimpleDBAsync.putAttributesAsync(PutAttributesRequest putAttributesRequest)
The PutAttributes operation creates or replaces attributes in an item.
|
Future<PutAttributesResult> |
AbstractAmazonSimpleDBAsync.putAttributesAsync(PutAttributesRequest request) |
Future<PutAttributesResult> |
AmazonSimpleDBAsyncClient.putAttributesAsync(PutAttributesRequest request) |
Future<PutAttributesResult> |
AmazonSimpleDBAsync.putAttributesAsync(PutAttributesRequest putAttributesRequest,
AsyncHandler<PutAttributesRequest,PutAttributesResult> asyncHandler)
The PutAttributes operation creates or replaces attributes in an item.
|
Future<PutAttributesResult> |
AbstractAmazonSimpleDBAsync.putAttributesAsync(PutAttributesRequest request,
AsyncHandler<PutAttributesRequest,PutAttributesResult> asyncHandler) |
Future<PutAttributesResult> |
AmazonSimpleDBAsyncClient.putAttributesAsync(PutAttributesRequest request,
AsyncHandler<PutAttributesRequest,PutAttributesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<PutAttributesResult> |
AmazonSimpleDBAsync.putAttributesAsync(PutAttributesRequest putAttributesRequest,
AsyncHandler<PutAttributesRequest,PutAttributesResult> asyncHandler)
The PutAttributes operation creates or replaces attributes in an item.
|
Future<PutAttributesResult> |
AbstractAmazonSimpleDBAsync.putAttributesAsync(PutAttributesRequest request,
AsyncHandler<PutAttributesRequest,PutAttributesResult> asyncHandler) |
Future<PutAttributesResult> |
AmazonSimpleDBAsyncClient.putAttributesAsync(PutAttributesRequest request,
AsyncHandler<PutAttributesRequest,PutAttributesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
PutAttributesRequest |
PutAttributesRequest.clone() |
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 © 2017. All rights reserved.