Package | Description |
---|---|
com.amazonaws.services.simpledb | |
com.amazonaws.services.simpledb.model | |
com.amazonaws.services.simpledb.model.transform |
Modifier and Type | Method and Description |
---|---|
SelectResult |
AmazonSimpleDBClient.select(SelectRequest selectRequest)
The
Select operation returns a set of attributes for
ItemNames that match the select expression. |
SelectResult |
AmazonSimpleDB.select(SelectRequest selectRequest)
The
Select operation returns a set of attributes for
ItemNames that match the select expression. |
SelectResult |
AbstractAmazonSimpleDB.select(SelectRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<SelectResult> |
AmazonSimpleDBAsyncClient.selectAsync(SelectRequest request) |
java.util.concurrent.Future<SelectResult> |
AmazonSimpleDBAsync.selectAsync(SelectRequest selectRequest)
The
Select operation returns a set of attributes for
ItemNames that match the select expression. |
java.util.concurrent.Future<SelectResult> |
AbstractAmazonSimpleDBAsync.selectAsync(SelectRequest request) |
java.util.concurrent.Future<SelectResult> |
AmazonSimpleDBAsyncClient.selectAsync(SelectRequest request,
AsyncHandler<SelectRequest,SelectResult> asyncHandler) |
java.util.concurrent.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. |
java.util.concurrent.Future<SelectResult> |
AbstractAmazonSimpleDBAsync.selectAsync(SelectRequest request,
AsyncHandler<SelectRequest,SelectResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<SelectResult> |
AmazonSimpleDBAsyncClient.selectAsync(SelectRequest request,
AsyncHandler<SelectRequest,SelectResult> asyncHandler) |
java.util.concurrent.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. |
java.util.concurrent.Future<SelectResult> |
AbstractAmazonSimpleDBAsync.selectAsync(SelectRequest request,
AsyncHandler<SelectRequest,SelectResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
SelectResult |
SelectResult.clone() |
SelectResult |
SelectResult.withItems(java.util.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(java.lang.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. |
Modifier and Type | Method and Description |
---|---|
SelectResult |
SelectResultStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |