| Package | Description | 
|---|---|
| com.amazonaws.services.dynamodbv2.document | |
| com.amazonaws.services.dynamodbv2.document.api | |
| com.amazonaws.services.dynamodbv2.document.spec | 
| Modifier and Type | Method and Description | 
|---|---|
| RangeKeyCondition | RangeKeyCondition. beginsWith(String val)Creates and returns a condition of the range key with a value that begins
 with the given value. | 
| RangeKeyCondition | RangeKeyCondition. between(Object low,
       Object hi)Creates and returns a condition of the range key that has a value between
 the given values. | 
| RangeKeyCondition | RangeKeyCondition. eq(Object val)Creates and returns a condition of the range key being equal to the given
 value. | 
| RangeKeyCondition | RangeKeyCondition. ge(Object val)Creates and returns a condition of the range key being greater than or
 equal to the given value. | 
| RangeKeyCondition | RangeKeyCondition. gt(Object val)Creates and returns a condition of the range key being greater than the
 given value. | 
| RangeKeyCondition | RangeKeyCondition. le(Object val)Creates and returns a condition of the range key being less than or equal
 to the given value. | 
| RangeKeyCondition | RangeKeyCondition. lt(Object val)Creates and returns a condition of the range key being less than the
 given value. | 
| Modifier and Type | Method and Description | 
|---|---|
| ItemCollection<QueryOutcome> | Table. query(KeyAttribute hashKey,
     RangeKeyCondition rangeKeyCondition) | 
| ItemCollection<QueryOutcome> | Index. query(KeyAttribute hashKey,
     RangeKeyCondition rangeKeyCondition) | 
| ItemCollection<QueryOutcome> | Index. query(KeyAttribute hashKey,
     RangeKeyCondition rangeKeyCondition,
     QueryExpressionSpec queryExpressions) | 
| ItemCollection<QueryOutcome> | Table. query(KeyAttribute hashKey,
     RangeKeyCondition rangeKeyCondition,
     QueryFilter... queryFilters) | 
| ItemCollection<QueryOutcome> | Index. query(KeyAttribute hashKey,
     RangeKeyCondition rangeKeyCondition,
     QueryFilter... queryFilters) | 
| ItemCollection<QueryOutcome> | Table. query(KeyAttribute hashKey,
     RangeKeyCondition rangeKeyCondition,
     String filterExpression,
     Map<String,String> nameMap,
     Map<String,Object> valueMap) | 
| ItemCollection<QueryOutcome> | Index. query(KeyAttribute hashKey,
     RangeKeyCondition rangeKeyCondition,
     String filterExpression,
     Map<String,String> nameMap,
     Map<String,Object> valueMap) | 
| ItemCollection<QueryOutcome> | Table. query(KeyAttribute hashKey,
     RangeKeyCondition rangeKeyCondition,
     String filterExpression,
     String projectionExpression,
     Map<String,String> nameMap,
     Map<String,Object> valueMap) | 
| ItemCollection<QueryOutcome> | Index. query(KeyAttribute hashKey,
     RangeKeyCondition rangeKeyCondition,
     String projectionExpression,
     String filterExpression,
     Map<String,String> nameMap,
     Map<String,Object> valueMap) | 
| ItemCollection<QueryOutcome> | Table. query(String hashKeyName,
     Object hashKeyValue,
     RangeKeyCondition rangeKeyCondition) | 
| ItemCollection<QueryOutcome> | Index. query(String hashKeyName,
     Object hashKeyValue,
     RangeKeyCondition rangeKeyCondition) | 
| ItemCollection<QueryOutcome> | Table. query(String hashKeyName,
     Object hashKeyValue,
     RangeKeyCondition rangeKeyCondition,
     QueryExpressionSpec queryExpressions) | 
| ItemCollection<QueryOutcome> | Table. query(String hashKeyName,
     Object hashKeyValue,
     RangeKeyCondition rangeKeyCondition,
     QueryFilter... queryFilters) | 
| ItemCollection<QueryOutcome> | Index. query(String hashKeyName,
     Object hashKeyValue,
     RangeKeyCondition rangeKeyCondition,
     QueryFilter... queryFilters) | 
| ItemCollection<QueryOutcome> | Table. query(String hashKeyName,
     Object hashKeyValue,
     RangeKeyCondition rangeKeyCondition,
     String filterExpression,
     Map<String,String> nameMap,
     Map<String,Object> valueMap) | 
| ItemCollection<QueryOutcome> | Index. query(String hashKeyName,
     Object hashKeyValue,
     RangeKeyCondition rangeKeyCondition,
     String filterExpression,
     Map<String,String> nameMap,
     Map<String,Object> valueMap) | 
| ItemCollection<QueryOutcome> | Table. query(String hashKeyName,
     Object hashKeyValue,
     RangeKeyCondition rangeKeyCondition,
     String filterExpression,
     String projectionExpression,
     Map<String,String> nameMap,
     Map<String,Object> valueMap) | 
| ItemCollection<QueryOutcome> | Index. query(String hashKeyName,
     Object hashKeyValue,
     RangeKeyCondition rangeKeyCondition,
     String filterExpression,
     String projectionExpression,
     Map<String,String> nameMap,
     Map<String,Object> valueMap) | 
| Modifier and Type | Method and Description | 
|---|---|
| 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(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. | 
| Modifier and Type | Method and Description | 
|---|---|
| RangeKeyCondition | QuerySpec. getRangeKeyCondition() | 
| Modifier and Type | Method and Description | 
|---|---|
| QuerySpec | QuerySpec. withRangeKeyCondition(RangeKeyCondition rangeKeyCondition) | 
Copyright © 2015. All rights reserved.