Uses of Class
com.amazonaws.services.simpledb.model.SelectResult
-
Packages that use SelectResult Package Description com.amazonaws.services.simpledb com.amazonaws.services.simpledb.model -
-
Uses of SelectResult in com.amazonaws.services.simpledb
Methods in com.amazonaws.services.simpledb that return SelectResult Modifier and Type Method Description SelectResultAbstractAmazonSimpleDB. select(SelectRequest request)SelectResultAmazonSimpleDB. select(SelectRequest selectRequest)TheSelectoperation returns a set of attributes forItemNamesthat match the select expression.SelectResultAmazonSimpleDBClient. select(SelectRequest selectRequest)TheSelectoperation returns a set of attributes forItemNamesthat match the select expression.Methods in com.amazonaws.services.simpledb that return types with arguments of type SelectResult Modifier and Type Method Description Future<SelectResult>AbstractAmazonSimpleDBAsync. selectAsync(SelectRequest request)Future<SelectResult>AbstractAmazonSimpleDBAsync. selectAsync(SelectRequest request, AsyncHandler<SelectRequest,SelectResult> asyncHandler)Future<SelectResult>AmazonSimpleDBAsync. selectAsync(SelectRequest selectRequest)TheSelectoperation returns a set of attributes forItemNamesthat match the select expression.Future<SelectResult>AmazonSimpleDBAsync. selectAsync(SelectRequest selectRequest, AsyncHandler<SelectRequest,SelectResult> asyncHandler)TheSelectoperation returns a set of attributes forItemNamesthat match the select expression.Future<SelectResult>AmazonSimpleDBAsyncClient. selectAsync(SelectRequest request)Future<SelectResult>AmazonSimpleDBAsyncClient. selectAsync(SelectRequest request, AsyncHandler<SelectRequest,SelectResult> asyncHandler)Method parameters in com.amazonaws.services.simpledb with type arguments of type SelectResult Modifier and Type Method Description Future<SelectResult>AbstractAmazonSimpleDBAsync. selectAsync(SelectRequest request, AsyncHandler<SelectRequest,SelectResult> asyncHandler)Future<SelectResult>AmazonSimpleDBAsync. selectAsync(SelectRequest selectRequest, AsyncHandler<SelectRequest,SelectResult> asyncHandler)TheSelectoperation returns a set of attributes forItemNamesthat match the select expression.Future<SelectResult>AmazonSimpleDBAsyncClient. selectAsync(SelectRequest request, AsyncHandler<SelectRequest,SelectResult> asyncHandler) -
Uses of SelectResult in com.amazonaws.services.simpledb.model
Methods in com.amazonaws.services.simpledb.model that return SelectResult Modifier and Type Method Description SelectResultSelectResult. clone()SelectResultSelectResult. withItems(Item... items)A list of items that match the select expression.SelectResultSelectResult. withItems(Collection<Item> items)A list of items that match the select expression.SelectResultSelectResult. withNextToken(String nextToken)An opaque token indicating that more items thanMaxNumberOfItemswere matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.
-