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 |
---|---|
SelectResult |
AmazonSimpleDB.select(SelectRequest selectRequest)
The
Select operation returns a set of attributes for
ItemNames that match the select expression. |
SelectResult |
AmazonSimpleDBClient.select(SelectRequest selectRequest)
The
Select operation returns a set of attributes for
ItemNames that match the select expression. |
Future<SelectResult> |
AmazonSimpleDBAsync.selectAsync(SelectRequest selectRequest)
The
Select operation returns a set of attributes for
ItemNames that match the select expression. |
Future<SelectResult> |
AmazonSimpleDBAsyncClient.selectAsync(SelectRequest selectRequest)
The
Select operation returns a set of attributes for
ItemNames that match the select expression. |
Future<SelectResult> |
AmazonSimpleDBAsync.selectAsync(SelectRequest selectRequest,
AsyncHandler<SelectRequest,SelectResult> asyncHandler)
The
Select operation returns a set of attributes for
ItemNames that match the select expression. |
Future<SelectResult> |
AmazonSimpleDBAsyncClient.selectAsync(SelectRequest selectRequest,
AsyncHandler<SelectRequest,SelectResult> asyncHandler)
The
Select operation returns a set of attributes for
ItemNames that match the select expression. |
Modifier and Type | Method and Description |
---|---|
Future<SelectResult> |
AmazonSimpleDBAsync.selectAsync(SelectRequest selectRequest,
AsyncHandler<SelectRequest,SelectResult> asyncHandler)
The
Select operation returns a set of attributes for
ItemNames that match the select expression. |
Future<SelectResult> |
AmazonSimpleDBAsyncClient.selectAsync(SelectRequest selectRequest,
AsyncHandler<SelectRequest,SelectResult> asyncHandler)
The
Select operation returns a set of attributes for
ItemNames that match the select expression. |
Modifier and Type | Method and Description |
---|---|
SelectRequest |
SelectRequest.withConsistentRead(Boolean consistentRead)
Determines whether or not strong consistency should be enforced when
data is read from SimpleDB.
|
SelectRequest |
SelectRequest.withNextToken(String nextToken)
A string informing Amazon SimpleDB where to start the next list of
ItemNames . |
SelectRequest |
SelectRequest.withSelectExpression(String selectExpression)
The expression used to query the domain.
|
Copyright © 2014. All rights reserved.