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 SelectResult
AbstractAmazonSimpleDB. select(SelectRequest request)
SelectResult
AmazonSimpleDB. select(SelectRequest selectRequest)
TheSelect
operation returns a set of attributes forItemNames
that match the select expression.SelectResult
AmazonSimpleDBClient. select(SelectRequest selectRequest)
TheSelect
operation returns a set of attributes forItemNames
that 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)
TheSelect
operation returns a set of attributes forItemNames
that match the select expression.Future<SelectResult>
AmazonSimpleDBAsync. selectAsync(SelectRequest selectRequest, AsyncHandler<SelectRequest,SelectResult> asyncHandler)
TheSelect
operation returns a set of attributes forItemNames
that 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)
TheSelect
operation returns a set of attributes forItemNames
that 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 SelectResult
SelectResult. clone()
SelectResult
SelectResult. withItems(Item... items)
A list of items that match the select expression.SelectResult
SelectResult. withItems(Collection<Item> items)
A list of items that match the select expression.SelectResult
SelectResult. withNextToken(String nextToken)
An opaque token indicating that more items thanMaxNumberOfItems
were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.
-