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) |
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 |
---|---|
SelectRequest |
SelectRequest.clone() |
SelectRequest |
SelectRequest.withConsistentRead(java.lang.Boolean consistentRead)
Determines whether or not strong consistency should be enforced when data
is read from SimpleDB.
|
SelectRequest |
SelectRequest.withNextToken(java.lang.String nextToken)
A string informing Amazon SimpleDB where to start the next list of
ItemNames . |
SelectRequest |
SelectRequest.withSelectExpression(java.lang.String selectExpression)
The expression used to query the domain.
|
Modifier and Type | Method and Description |
---|---|
Request<SelectRequest> |
SelectRequestMarshaller.marshall(SelectRequest selectRequest) |
Modifier and Type | Method and Description |
---|---|
Request<SelectRequest> |
SelectRequestMarshaller.marshall(SelectRequest selectRequest) |