|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SelectRequest | |
|---|---|
| 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 SelectRequest in com.amazonaws.services.simpledb |
|---|
| Methods in com.amazonaws.services.simpledb with parameters of type SelectRequest | |
|---|---|
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. |
| Uses of SelectRequest in com.amazonaws.services.simpledb.model |
|---|
| Methods in com.amazonaws.services.simpledb.model that return SelectRequest | |
|---|---|
SelectRequest |
SelectRequest.withConsistentRead(Boolean consistentRead)
True if strong consistency should be enforced when data is read from SimpleDB, meaning that any data previously written to SimpleDB will be returned. |
SelectRequest |
SelectRequest.withNextToken(String nextToken)
String that tells Amazon SimpleDB where to start the next list of Item Names. |
SelectRequest |
SelectRequest.withSelectExpression(String selectExpression)
The expression used to query the domain. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||