Class BetweenCondition
java.lang.Object
com.amazonaws.services.dynamodbv2.xspec.Condition
com.amazonaws.services.dynamodbv2.xspec.BetweenCondition
Represents a BETWEEN
condition in a condition expression.
Underlying grammar:
operand BETWEEN operand AND operand
This object is as immutable (or unmodifiable) as the underlying operands.
-
Method Summary