Class InCondition
java.lang.Object
com.amazonaws.services.dynamodbv2.xspec.Condition
com.amazonaws.services.dynamodbv2.xspec.InCondition
Represents a IN condition in building condition expression.
Underlying grammar:
operand IN ( operand (',' operand (, ...) ))
This object is as immutable (or unmodifiable) as the underlying set of operands.
-
Method Summary