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.
|
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 |
---|---|
PutAttributesResult |
PutAttributesResult.clone() |
Copyright © 2017. All rights reserved.