|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SelectResult | |
---|---|
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 SelectResult in com.amazonaws.services.simpledb |
---|
Methods in com.amazonaws.services.simpledb that return SelectResult | |
---|---|
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. |
Methods in com.amazonaws.services.simpledb that return types with arguments of type SelectResult | |
---|---|
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 SelectResult in com.amazonaws.services.simpledb.model |
---|
Methods in com.amazonaws.services.simpledb.model that return SelectResult | |
---|---|
SelectResult |
SelectResult.withItems(Collection<Item> items)
A list of items that match the select expression. |
SelectResult |
SelectResult.withItems(Item... items)
A list of items that match the select expression. |
SelectResult |
SelectResult.withNextToken(String nextToken)
An opaque token indicating that more items than MaxNumberOfItems were matched, the response size exceeded
1 megabyte, or the execution time exceeded 5 seconds. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |