Package | Description |
---|---|
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 |
---|---|
BetweenCondition |
N.between(Number low,
Number high)
Returns a
BetweenCondition that represents a BETWEEN comparison (that evaluates to true if the value of the
current attribute is greater than or equal to the given low value, and
less than or equal to the given high value) for building condition
expression. |
BetweenCondition |
S.between(String low,
String high)
Returns a
BetweenCondition that represents a BETWEEN comparison (that evaluates to true if the value of the
current attribute is greater than or equal to the given low value, and
less than or equal to the given high value) for building condition
expression. |
Copyright © 2023. All rights reserved.