Uses of Class
com.amazonaws.services.simpledb.model.SelectRequest
Packages that use SelectRequest
-
Uses of SelectRequest in com.amazonaws.services.simpledb
Methods in com.amazonaws.services.simpledb with parameters of type SelectRequestModifier and TypeMethodDescriptionAbstractAmazonSimpleDB.select(SelectRequest request) AmazonSimpleDB.select(SelectRequest selectRequest) TheSelectoperation returns a set of attributes forItemNamesthat match the select expression.AmazonSimpleDBClient.select(SelectRequest selectRequest) TheSelectoperation returns a set of attributes forItemNamesthat match the select expression.AbstractAmazonSimpleDBAsync.selectAsync(SelectRequest request) AbstractAmazonSimpleDBAsync.selectAsync(SelectRequest request, AsyncHandler<SelectRequest, SelectResult> asyncHandler) AmazonSimpleDBAsync.selectAsync(SelectRequest selectRequest) TheSelectoperation returns a set of attributes forItemNamesthat match the select expression.AmazonSimpleDBAsync.selectAsync(SelectRequest selectRequest, AsyncHandler<SelectRequest, SelectResult> asyncHandler) TheSelectoperation returns a set of attributes forItemNamesthat match the select expression.AmazonSimpleDBAsyncClient.selectAsync(SelectRequest request) AmazonSimpleDBAsyncClient.selectAsync(SelectRequest request, AsyncHandler<SelectRequest, SelectResult> asyncHandler) Method parameters in com.amazonaws.services.simpledb with type arguments of type SelectRequestModifier and TypeMethodDescriptionAbstractAmazonSimpleDBAsync.selectAsync(SelectRequest request, AsyncHandler<SelectRequest, SelectResult> asyncHandler) AmazonSimpleDBAsync.selectAsync(SelectRequest selectRequest, AsyncHandler<SelectRequest, SelectResult> asyncHandler) TheSelectoperation returns a set of attributes forItemNamesthat match the select expression.AmazonSimpleDBAsyncClient.selectAsync(SelectRequest request, AsyncHandler<SelectRequest, SelectResult> asyncHandler) -
Uses of SelectRequest in com.amazonaws.services.simpledb.model
Methods in com.amazonaws.services.simpledb.model that return SelectRequestModifier and TypeMethodDescriptionSelectRequest.clone()SelectRequest.withConsistentRead(Boolean consistentRead) Determines whether or not strong consistency should be enforced when data is read from SimpleDB.SelectRequest.withNextToken(String nextToken) A string informing Amazon SimpleDB where to start the next list ofItemNames.SelectRequest.withSelectExpression(String selectExpression) The expression used to query the domain.