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. |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
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. |
Copyright © 2014. All rights reserved.