Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.document | |
com.amazonaws.services.dynamodbv2.document.spec | |
com.amazonaws.services.dynamodbv2.xspec |
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.
|
Modifier and Type | Method and Description |
---|---|
ItemCollection<QueryOutcome> |
Index.query(KeyAttribute hashKey,
RangeKeyCondition rangeKeyCondition,
QueryExpressionSpec queryExpressions) |
ItemCollection<QueryOutcome> |
Table.query(String hashKeyName,
Object hashKeyValue,
RangeKeyCondition rangeKeyCondition,
QueryExpressionSpec queryExpressions) |
Modifier and Type | Method and Description |
---|---|
QuerySpec |
QuerySpec.withExpressionSpec(QueryExpressionSpec xspec)
Convenient method to specify expressions (and the associated name map and
value map) via
QueryExpressionSpec . |
Modifier and Type | Method and Description |
---|---|
QueryExpressionSpec |
ExpressionSpecBuilder.buildForQuery()
Returns an expression specification for use in a query
request to DynamoDB.
|
Copyright © 2023. All rights reserved.