Class ComparatorCondition
java.lang.Object
com.amazonaws.services.dynamodbv2.xspec.Condition
com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition
Represents a Comparator condition in building condition expression.
Underlying grammar:
operand comparator_symbol operand
comparator_symbol ::=
=
| <>
| <
| <=
| >
| >=
This object is as immutable (or unmodifiable) as the underlying operands.
-
Method Summary