Class FunctionCondition
- java.lang.Object
-
- com.amazonaws.services.dynamodbv2.xspec.Condition
-
- com.amazonaws.services.dynamodbv2.xspec.FunctionCondition
-
@Beta public final class FunctionCondition extends Condition
Represents a Function condition in building condition expression.Underlying grammar:
function ::= attribute_exists (path) | attribute_not_exists (path) | begins_with (path, operand) | contains (path, operand)
This object is as immutable (or unmodifiable) as the underlying operand.