Uses of Class
com.amazonaws.services.dynamodbv2.model.QueryResult
-
-
Uses of QueryResult in com.amazonaws.services.dynamodbv2
Methods in com.amazonaws.services.dynamodbv2 that return QueryResult Modifier and Type Method Description QueryResultAbstractAmazonDynamoDB. query(QueryRequest request)QueryResultAmazonDynamoDB. query(QueryRequest queryRequest)A Query operation uses the primary key of a table or a secondary index to directly access items from that table or index.QueryResultAmazonDynamoDBClient. query(QueryRequest queryRequest)A Query operation uses the primary key of a table or a secondary index to directly access items from that table or index.Methods in com.amazonaws.services.dynamodbv2 that return types with arguments of type QueryResult Modifier and Type Method Description Future<QueryResult>AbstractAmazonDynamoDBAsync. queryAsync(QueryRequest request)Future<QueryResult>AbstractAmazonDynamoDBAsync. queryAsync(QueryRequest request, AsyncHandler<QueryRequest,QueryResult> asyncHandler)Future<QueryResult>AmazonDynamoDBAsync. queryAsync(QueryRequest queryRequest)A Query operation uses the primary key of a table or a secondary index to directly access items from that table or index.Future<QueryResult>AmazonDynamoDBAsync. queryAsync(QueryRequest queryRequest, AsyncHandler<QueryRequest,QueryResult> asyncHandler)A Query operation uses the primary key of a table or a secondary index to directly access items from that table or index.Future<QueryResult>AmazonDynamoDBAsyncClient. queryAsync(QueryRequest request)Future<QueryResult>AmazonDynamoDBAsyncClient. queryAsync(QueryRequest request, AsyncHandler<QueryRequest,QueryResult> asyncHandler)Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type QueryResult Modifier and Type Method Description Future<QueryResult>AbstractAmazonDynamoDBAsync. queryAsync(QueryRequest request, AsyncHandler<QueryRequest,QueryResult> asyncHandler)Future<QueryResult>AmazonDynamoDBAsync. queryAsync(QueryRequest queryRequest, AsyncHandler<QueryRequest,QueryResult> asyncHandler)A Query operation uses the primary key of a table or a secondary index to directly access items from that table or index.Future<QueryResult>AmazonDynamoDBAsyncClient. queryAsync(QueryRequest request, AsyncHandler<QueryRequest,QueryResult> asyncHandler) -
Uses of QueryResult in com.amazonaws.services.dynamodbv2.datamodeling
Constructors in com.amazonaws.services.dynamodbv2.datamodeling with parameters of type QueryResult Constructor Description PaginatedQueryList(DynamoDBMapper mapper, Class<T> clazz, AmazonDynamoDB dynamo, QueryRequest queryRequest, QueryResult queryResult, DynamoDBMapperConfig.PaginationLoadingStrategy paginationLoadingStrategy, DynamoDBMapperConfig config) -
Uses of QueryResult in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document that return QueryResult Modifier and Type Method Description QueryResultQueryOutcome. getQueryResult()Returns a non-null low-level result returned from the server side.Constructors in com.amazonaws.services.dynamodbv2.document with parameters of type QueryResult Constructor Description QueryOutcome(QueryResult result) -
Uses of QueryResult in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return QueryResult Modifier and Type Method Description QueryResultQueryResult. addLastEvaluatedKeyEntry(String key, AttributeValue value)QueryResultQueryResult. clearLastEvaluatedKeyEntries()Removes all the entries added into LastEvaluatedKey.QueryResultQueryResult. clone()QueryResultQueryResult. withConsumedCapacity(ConsumedCapacity consumedCapacity)QueryResultQueryResult. withCount(Integer count)The number of items in the response.QueryResultQueryResult. withItems(Collection<Map<String,AttributeValue>> items)An array of item attributes that match the query criteria.QueryResultQueryResult. withItems(Map<String,AttributeValue>... items)An array of item attributes that match the query criteria.QueryResultQueryResult. withLastEvaluatedKey(Map<String,AttributeValue> lastEvaluatedKey)The primary key of the item where the operation stopped, inclusive of the previous result set.QueryResultQueryResult. withScannedCount(Integer scannedCount)The number of items evaluated, before any QueryFilter is applied.
-