| Package | Description | 
|---|---|
| com.amazonaws.services.dynamodbv2.document | |
| com.amazonaws.services.dynamodbv2.document.api | 
| Modifier and Type | Method and Description | 
|---|---|
ItemCollection<QueryOutcome> | 
QueryApi.query(KeyAttribute hashKey)
Retrieves items by the specified hash key. 
 | 
ItemCollection<QueryOutcome> | 
QueryApi.query(KeyAttribute hashKey,
     RangeKeyCondition rangeKeyCondition)
Retrieves items by the specified hash key and a range key condition. 
 | 
ItemCollection<QueryOutcome> | 
QueryApi.query(KeyAttribute hashKey,
     RangeKeyCondition rangeKeyCondition,
     QueryFilter... queryFilters)
Retrieves items by the specified hash key, a range key condition
 and a list of query filters. 
 | 
ItemCollection<QueryOutcome> | 
QueryApi.query(KeyAttribute hashKey,
     RangeKeyCondition rangeKeyCondition,
     String filterExpression,
     Map<String,String> nameMap,
     Map<String,Object> valueMap)
Retrieves items by the specified hash key, a range key condition, and
 a filter expression string. 
 | 
ItemCollection<QueryOutcome> | 
QueryApi.query(KeyAttribute hashKey,
     RangeKeyCondition rangeKeyCondition,
     String filterExpression,
     String projectionExpression,
     Map<String,String> nameMap,
     Map<String,Object> valueMap)
Retrieves items by the specified hash key, a range key condition,
 a filter expression and a projection expression. 
 | 
ItemCollection<QueryOutcome> | 
QueryApi.query(QuerySpec spec)
Queries table by specifying all the details. 
 | 
ItemCollection<QueryOutcome> | 
QueryApi.query(String hashKeyName,
     Object hashKeyValue)
Retrieves items by the specified hash key. 
 | 
ItemCollection<QueryOutcome> | 
QueryApi.query(String hashKeyName,
     Object hashKeyValue,
     RangeKeyCondition rangeKeyCondition)  | 
ItemCollection<QueryOutcome> | 
QueryApi.query(String hashKeyName,
     Object hashKeyValue,
     RangeKeyCondition rangeKeyCondition,
     QueryFilter... queryFilters)  | 
ItemCollection<QueryOutcome> | 
QueryApi.query(String hashKeyName,
     Object hashKeyValue,
     RangeKeyCondition rangeKeyCondition,
     String filterExpression,
     Map<String,String> nameMap,
     Map<String,Object> valueMap)  | 
ItemCollection<QueryOutcome> | 
QueryApi.query(String hashKeyName,
     Object hashKeyValue,
     RangeKeyCondition rangeKeyCondition,
     String filterExpression,
     String projectionExpression,
     Map<String,String> nameMap,
     Map<String,Object> valueMap)
Retrieves items by the specified hash key, a range key condition,
 a filter expression and a projection expression. 
 | 
Copyright © 2015. All rights reserved.