Uses of Class
com.amazonaws.services.dynamodbv2.xspec.QueryExpressionSpec
Packages that use QueryExpressionSpec
Package
Description
A request-centric Expression Specification Builder package that can be used to construct valid
expressions, and the respective name maps and value maps, for various DynamoDB requests in a typeful manner.
-
Uses of QueryExpressionSpec in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document with parameters of type QueryExpressionSpecModifier and TypeMethodDescriptionIndex.query(KeyAttribute hashKey, RangeKeyCondition rangeKeyCondition, QueryExpressionSpec queryExpressions) Table.query(String hashKeyName, Object hashKeyValue, RangeKeyCondition rangeKeyCondition, QueryExpressionSpec queryExpressions) -
Uses of QueryExpressionSpec in com.amazonaws.services.dynamodbv2.document.spec
Methods in com.amazonaws.services.dynamodbv2.document.spec with parameters of type QueryExpressionSpecModifier and TypeMethodDescriptionQuerySpec.withExpressionSpec(QueryExpressionSpec xspec) Convenient method to specify expressions (and the associated name map and value map) viaQueryExpressionSpec. -
Uses of QueryExpressionSpec in com.amazonaws.services.dynamodbv2.xspec
Methods in com.amazonaws.services.dynamodbv2.xspec that return QueryExpressionSpecModifier and TypeMethodDescriptionExpressionSpecBuilder.buildForQuery()Returns an expression specification for use in a query request to DynamoDB.