Uses of Class
com.amazonaws.services.dynamodbv2.document.spec.QuerySpec
Packages that use QuerySpec
Package
Description
-
Uses of QuerySpec in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document with parameters of type QuerySpecModifier and TypeMethodDescription -
Uses of QuerySpec in com.amazonaws.services.dynamodbv2.document.api
Methods in com.amazonaws.services.dynamodbv2.document.api with parameters of type QuerySpecModifier and TypeMethodDescriptionQueries table by specifying all the details. -
Uses of QuerySpec in com.amazonaws.services.dynamodbv2.document.spec
Methods in com.amazonaws.services.dynamodbv2.document.spec that return QuerySpecModifier and TypeMethodDescriptionQuerySpec.withAttributesToGet
(String... attributes) QuerySpec.withConditionalOperator
(ConditionalOperator op) QuerySpec.withConsistentRead
(boolean consistentRead) QuerySpec.withExclusiveStartKey
(KeyAttribute... exclusiveStartKey) QuerySpec.withExclusiveStartKey
(PrimaryKey exclusiveStartKey) QuerySpec.withExclusiveStartKey
(String hashKeyName, Object hashKeyValue) QuerySpec.withExclusiveStartKey
(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue) QuerySpec.withExpressionSpec
(QueryExpressionSpec xspec) Convenient method to specify expressions (and the associated name map and value map) viaQueryExpressionSpec
.QuerySpec.withFilterExpression
(String filterExpression) When a filter expression is specified, the corresponding name-map and value-map can optionally be specified viawithNameMap(Map)
andwithValueMap(Map)
.QuerySpec.withHashKey
(KeyAttribute hashKey) QuerySpec.withHashKey
(String hashKeyName, Object hashKeyValue) QuerySpec.withKeyConditionExpression
(String keyConditionExpression) When a key condition expression is specified, the corresponding name-map and value-map can optionally be specified viawithNameMap(Map)
andwithValueMap(Map)
.QuerySpec.withMaxPageSize
(int maxPageSize) QuerySpec.withMaxPageSize
(Integer maxPageSize) QuerySpec.withMaxResultSize
(int maxResultSize) QuerySpec.withMaxResultSize
(Integer maxResultSize) QuerySpec.withNameMap
(Map<String, String> nameMap) Applicable only when an expression has been specified.QuerySpec.withProgressListener
(ProgressListener progressListener) QuerySpec.withProjectionExpression
(String projectionExpression) When a projection expression is specified, the corresponding name-map and value-map can optionally be specified viawithNameMap(Map)
andwithValueMap(Map)
.QuerySpec.withQueryFilters
(QueryFilter... queryFilters) QuerySpec.withRangeKeyCondition
(RangeKeyCondition rangeKeyCondition) QuerySpec.withRequestMetricCollector
(RequestMetricCollector requestMetricCollector) QuerySpec.withReturnConsumedCapacity
(ReturnConsumedCapacity returnConsumedCapacity) QuerySpec.withScanIndexForward
(boolean scanIndexForward) QuerySpec.withSelect
(Select select) QuerySpec.withValueMap
(Map<String, Object> valueMap) Applicable only when an expression has been specified.