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<ScanOutcome> |
Table.scan(ScanExpressionSpec scanExpressions) |
ItemCollection<ScanOutcome> |
Index.scan(ScanExpressionSpec xspec) |
Modifier and Type | Method and Description |
---|---|
ScanSpec |
ScanSpec.withExpressionSpec(ScanExpressionSpec xspec)
Convenient method to specify expressions (and the associated name map and
value map) via
ScanExpressionSpec . |
Modifier and Type | Method and Description |
---|---|
ScanExpressionSpec |
ExpressionSpecBuilder.buildForScan()
Returns an expression specification for use in a scan
request to DynamoDB.
|
Copyright © 2021. All rights reserved.