Uses of Class
com.amazonaws.services.dynamodbv2.document.RangeKeyCondition
Packages that use RangeKeyCondition
Package
Description
-
Uses of RangeKeyCondition in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document that return RangeKeyConditionModifier and TypeMethodDescriptionRangeKeyCondition.beginsWith
(String val) Creates and returns a condition of the range key with a value that begins with the given value.Creates and returns a condition of the range key that has a value between the given values.Creates and returns a condition of the range key being equal to the given value.Creates and returns a condition of the range key being greater than or equal to the given value.Creates and returns a condition of the range key being greater than the given value.Creates and returns a condition of the range key being less than or equal to the given value.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 RangeKeyConditionModifier and TypeMethodDescriptionIndex.query
(KeyAttribute hashKey, RangeKeyCondition rangeKeyCondition) Index.query
(KeyAttribute hashKey, RangeKeyCondition rangeKeyCondition, QueryFilter... queryFilters) Index.query
(KeyAttribute hashKey, RangeKeyCondition rangeKeyCondition, QueryExpressionSpec queryExpressions) Index.query
(KeyAttribute hashKey, RangeKeyCondition rangeKeyCondition, String projectionExpression, String filterExpression, Map<String, String> nameMap, Map<String, Object> valueMap) Index.query
(KeyAttribute hashKey, RangeKeyCondition rangeKeyCondition, String filterExpression, Map<String, String> nameMap, Map<String, Object> valueMap) Index.query
(String hashKeyName, Object hashKeyValue, RangeKeyCondition rangeKeyCondition) Index.query
(String hashKeyName, Object hashKeyValue, RangeKeyCondition rangeKeyCondition, QueryFilter... queryFilters) Index.query
(String hashKeyName, Object hashKeyValue, RangeKeyCondition rangeKeyCondition, String filterExpression, String projectionExpression, Map<String, String> nameMap, Map<String, Object> valueMap) Index.query
(String hashKeyName, Object hashKeyValue, RangeKeyCondition rangeKeyCondition, String filterExpression, Map<String, String> nameMap, Map<String, Object> valueMap) Table.query
(KeyAttribute hashKey, RangeKeyCondition rangeKeyCondition) Table.query
(KeyAttribute hashKey, RangeKeyCondition rangeKeyCondition, QueryFilter... queryFilters) Table.query
(KeyAttribute hashKey, RangeKeyCondition rangeKeyCondition, String filterExpression, String projectionExpression, Map<String, String> nameMap, Map<String, Object> valueMap) Table.query
(KeyAttribute hashKey, RangeKeyCondition rangeKeyCondition, String filterExpression, Map<String, String> nameMap, Map<String, Object> valueMap) Table.query
(String hashKeyName, Object hashKeyValue, RangeKeyCondition rangeKeyCondition) Table.query
(String hashKeyName, Object hashKeyValue, RangeKeyCondition rangeKeyCondition, QueryFilter... queryFilters) Table.query
(String hashKeyName, Object hashKeyValue, RangeKeyCondition rangeKeyCondition, QueryExpressionSpec queryExpressions) Table.query
(String hashKeyName, Object hashKeyValue, RangeKeyCondition rangeKeyCondition, String filterExpression, String projectionExpression, Map<String, String> nameMap, Map<String, Object> valueMap) 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 RangeKeyConditionModifier and TypeMethodDescriptionQueryApi.query
(KeyAttribute hashKey, RangeKeyCondition rangeKeyCondition) Retrieves items by the specified hash key and a range key condition.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.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.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.QueryApi.query
(String hashKeyName, Object hashKeyValue, RangeKeyCondition rangeKeyCondition) QueryApi.query
(String hashKeyName, Object hashKeyValue, RangeKeyCondition rangeKeyCondition, QueryFilter... queryFilters) 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.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 RangeKeyConditionMethods in com.amazonaws.services.dynamodbv2.document.spec with parameters of type RangeKeyConditionModifier and TypeMethodDescriptionQuerySpec.withRangeKeyCondition
(RangeKeyCondition rangeKeyCondition)