Uses of Class
com.amazonaws.services.dynamodbv2.document.RangeKeyCondition
-
Packages that use RangeKeyCondition Package Description com.amazonaws.services.dynamodbv2.document com.amazonaws.services.dynamodbv2.document.api com.amazonaws.services.dynamodbv2.document.spec -
-
Uses of RangeKeyCondition in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document that return RangeKeyCondition Modifier and Type Method 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.Methods in com.amazonaws.services.dynamodbv2.document with parameters of type RangeKeyCondition Modifier and Type Method Description ItemCollection<QueryOutcome>
Index. query(KeyAttribute hashKey, RangeKeyCondition rangeKeyCondition)
ItemCollection<QueryOutcome>
Index. query(KeyAttribute hashKey, RangeKeyCondition rangeKeyCondition, QueryFilter... queryFilters)
ItemCollection<QueryOutcome>
Index. query(KeyAttribute hashKey, RangeKeyCondition rangeKeyCondition, QueryExpressionSpec queryExpressions)
ItemCollection<QueryOutcome>
Index. query(KeyAttribute hashKey, RangeKeyCondition rangeKeyCondition, String projectionExpression, 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>
Index. query(String hashKeyName, Object hashKeyValue, RangeKeyCondition rangeKeyCondition)
ItemCollection<QueryOutcome>
Index. query(String hashKeyName, Object hashKeyValue, RangeKeyCondition rangeKeyCondition, QueryFilter... queryFilters)
ItemCollection<QueryOutcome>
Index. 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, Map<String,String> nameMap, Map<String,Object> valueMap)
ItemCollection<QueryOutcome>
Table. query(KeyAttribute hashKey, RangeKeyCondition rangeKeyCondition)
ItemCollection<QueryOutcome>
Table. query(KeyAttribute hashKey, RangeKeyCondition rangeKeyCondition, QueryFilter... queryFilters)
ItemCollection<QueryOutcome>
Table. query(KeyAttribute hashKey, RangeKeyCondition rangeKeyCondition, String filterExpression, String projectionExpression, Map<String,String> nameMap, Map<String,Object> valueMap)
ItemCollection<QueryOutcome>
Table. query(KeyAttribute hashKey, RangeKeyCondition rangeKeyCondition, String filterExpression, Map<String,String> nameMap, Map<String,Object> valueMap)
ItemCollection<QueryOutcome>
Table. query(String hashKeyName, Object hashKeyValue, RangeKeyCondition rangeKeyCondition)
ItemCollection<QueryOutcome>
Table. query(String hashKeyName, Object hashKeyValue, RangeKeyCondition rangeKeyCondition, QueryFilter... queryFilters)
ItemCollection<QueryOutcome>
Table. query(String hashKeyName, Object hashKeyValue, RangeKeyCondition rangeKeyCondition, QueryExpressionSpec queryExpressions)
ItemCollection<QueryOutcome>
Table. query(String hashKeyName, Object hashKeyValue, RangeKeyCondition rangeKeyCondition, String filterExpression, String projectionExpression, Map<String,String> nameMap, Map<String,Object> valueMap)
ItemCollection<QueryOutcome>
Table. query(String hashKeyName, Object hashKeyValue, RangeKeyCondition rangeKeyCondition, String filterExpression, Map<String,String> nameMap, Map<String,Object> valueMap)
-
Uses of RangeKeyCondition in com.amazonaws.services.dynamodbv2.document.api
Methods in com.amazonaws.services.dynamodbv2.document.api with parameters of type RangeKeyCondition Modifier and Type Method 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, 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(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(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, 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, String filterExpression, Map<String,String> nameMap, Map<String,Object> valueMap)
-
Uses of RangeKeyCondition in com.amazonaws.services.dynamodbv2.document.spec
Methods in com.amazonaws.services.dynamodbv2.document.spec that return RangeKeyCondition Modifier and Type Method Description RangeKeyCondition
QuerySpec. getRangeKeyCondition()
Methods in com.amazonaws.services.dynamodbv2.document.spec with parameters of type RangeKeyCondition Modifier and Type Method Description QuerySpec
QuerySpec. withRangeKeyCondition(RangeKeyCondition rangeKeyCondition)
-