| Package | Description | 
|---|---|
| com.amazonaws.services.dynamodbv2 | |
| com.amazonaws.services.dynamodbv2.datamodeling | |
| com.amazonaws.services.dynamodbv2.model | 
| Modifier and Type | Method and Description | 
|---|---|
QueryResult | 
AmazonDynamoDBClient.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. 
 | 
QueryResult | 
AmazonDynamoDB.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. 
 | 
QueryResult | 
AbstractAmazonDynamoDB.query(QueryRequest request)  | 
Future<QueryResult> | 
AmazonDynamoDBAsyncClient.queryAsync(QueryRequest request)  | 
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> | 
AbstractAmazonDynamoDBAsync.queryAsync(QueryRequest request)  | 
Future<QueryResult> | 
AmazonDynamoDBAsyncClient.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> | 
AbstractAmazonDynamoDBAsync.queryAsync(QueryRequest request,
          AsyncHandler<QueryRequest,QueryResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
Future<QueryResult> | 
AmazonDynamoDBAsyncClient.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> | 
AbstractAmazonDynamoDBAsync.queryAsync(QueryRequest request,
          AsyncHandler<QueryRequest,QueryResult> asyncHandler)  | 
| Constructor and Description | 
|---|
PaginatedQueryList(DynamoDBMapper mapper,
                  Class<T> clazz,
                  AmazonDynamoDB dynamo,
                  QueryRequest queryRequest,
                  QueryResult queryResult,
                  DynamoDBMapperConfig.PaginationLoadingStrategy paginationLoadingStrategy,
                  DynamoDBMapperConfig config)  | 
| Modifier and Type | Method and Description | 
|---|---|
QueryRequest | 
QueryRequest.addExclusiveStartKeyEntry(String key,
                         AttributeValue value)  | 
QueryRequest | 
QueryRequest.addExpressionAttributeNamesEntry(String key,
                                String value)  | 
QueryRequest | 
QueryRequest.addExpressionAttributeValuesEntry(String key,
                                 AttributeValue value)  | 
QueryRequest | 
QueryRequest.addKeyConditionsEntry(String key,
                     Condition value)  | 
QueryRequest | 
QueryRequest.addQueryFilterEntry(String key,
                   Condition value)  | 
QueryRequest | 
QueryRequest.clearExclusiveStartKeyEntries()
Removes all the entries added into ExclusiveStartKey. 
 | 
QueryRequest | 
QueryRequest.clearExpressionAttributeNamesEntries()
Removes all the entries added into ExpressionAttributeNames. 
 | 
QueryRequest | 
QueryRequest.clearExpressionAttributeValuesEntries()
Removes all the entries added into ExpressionAttributeValues. 
 | 
QueryRequest | 
QueryRequest.clearKeyConditionsEntries()
Removes all the entries added into KeyConditions. 
 | 
QueryRequest | 
QueryRequest.clearQueryFilterEntries()
Removes all the entries added into QueryFilter. 
 | 
QueryRequest | 
QueryRequest.clone()  | 
QueryRequest | 
QueryRequest.withAttributesToGet(Collection<String> attributesToGet)
 | 
QueryRequest | 
QueryRequest.withAttributesToGet(String... attributesToGet)
 | 
QueryRequest | 
QueryRequest.withConditionalOperator(ConditionalOperator conditionalOperator)
 | 
QueryRequest | 
QueryRequest.withConditionalOperator(String conditionalOperator)
 | 
QueryRequest | 
QueryRequest.withConsistentRead(Boolean consistentRead)
 Determines the read consistency model: If set to  
true, then
 the operation uses strongly consistent reads; otherwise, the operation
 uses eventually consistent reads. | 
QueryRequest | 
QueryRequest.withExclusiveStartKey(Map.Entry<String,AttributeValue> hashKey,
                     Map.Entry<String,AttributeValue> rangeKey)
The primary hash and range keys of the first item that this operation
 will evaluate. 
 | 
QueryRequest | 
QueryRequest.withExclusiveStartKey(Map<String,AttributeValue> exclusiveStartKey)
 The primary key of the first item that this operation will evaluate. 
 | 
QueryRequest | 
QueryRequest.withExpressionAttributeNames(Map<String,String> expressionAttributeNames)
 One or more substitution tokens for attribute names in an expression. 
 | 
QueryRequest | 
QueryRequest.withExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
 One or more values that can be substituted in an expression. 
 | 
QueryRequest | 
QueryRequest.withFilterExpression(String filterExpression)
 A string that contains conditions that DynamoDB applies after the
 Query operation, but before the data is returned to you. 
 | 
QueryRequest | 
QueryRequest.withIndexName(String indexName)
 The name of an index to query. 
 | 
QueryRequest | 
QueryRequest.withKeyConditionExpression(String keyConditionExpression)
 The condition that specifies the key value(s) for items to be retrieved
 by the Query action. 
 | 
QueryRequest | 
QueryRequest.withKeyConditions(Map<String,Condition> keyConditions)
 | 
QueryRequest | 
QueryRequest.withLimit(Integer limit)
 The maximum number of items to evaluate (not necessarily the number of
 matching items). 
 | 
QueryRequest | 
QueryRequest.withProjectionExpression(String projectionExpression)
 A string that identifies one or more attributes to retrieve from the
 table. 
 | 
QueryRequest | 
QueryRequest.withQueryFilter(Map<String,Condition> queryFilter)
 | 
QueryRequest | 
QueryRequest.withReturnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)  | 
QueryRequest | 
QueryRequest.withReturnConsumedCapacity(String returnConsumedCapacity)  | 
QueryRequest | 
QueryRequest.withScanIndexForward(Boolean scanIndexForward)
 Specifies the order in which to return the query results - either
 ascending ( 
true) or descending (false). | 
QueryRequest | 
QueryRequest.withSelect(Select select)
 The attributes to be returned in the result. 
 | 
QueryRequest | 
QueryRequest.withSelect(String select)
 The attributes to be returned in the result. 
 | 
QueryRequest | 
QueryRequest.withTableName(String tableName)
 The name of the table containing the requested items. 
 | 
Copyright © 2015. All rights reserved.