Uses of Class
com.amazonaws.services.simpledb.model.SelectResult
Packages that use SelectResult
-
Uses of SelectResult in com.amazonaws.services.simpledb
Methods in com.amazonaws.services.simpledb that return SelectResultModifier and TypeMethodDescriptionAbstractAmazonSimpleDB.select
(SelectRequest request) AmazonSimpleDB.select
(SelectRequest selectRequest) TheSelect
operation returns a set of attributes forItemNames
that match the select expression.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 SelectResultModifier and TypeMethodDescriptionAbstractAmazonSimpleDBAsync.selectAsync
(SelectRequest request) AbstractAmazonSimpleDBAsync.selectAsync
(SelectRequest request, AsyncHandler<SelectRequest, SelectResult> asyncHandler) AmazonSimpleDBAsync.selectAsync
(SelectRequest selectRequest) TheSelect
operation returns a set of attributes forItemNames
that match the select expression.AmazonSimpleDBAsync.selectAsync
(SelectRequest selectRequest, AsyncHandler<SelectRequest, SelectResult> asyncHandler) TheSelect
operation returns a set of attributes forItemNames
that 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 SelectResultModifier and TypeMethodDescriptionAbstractAmazonSimpleDBAsync.selectAsync
(SelectRequest request, AsyncHandler<SelectRequest, SelectResult> asyncHandler) AmazonSimpleDBAsync.selectAsync
(SelectRequest selectRequest, AsyncHandler<SelectRequest, SelectResult> asyncHandler) TheSelect
operation returns a set of attributes forItemNames
that match the select expression.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 SelectResultModifier and TypeMethodDescriptionSelectResult.clone()
A list of items that match the select expression.SelectResult.withItems
(Collection<Item> items) A list of items that match the select expression.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.