|
||||||||||
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)
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |