Class ParenthesizedCondition
java.lang.Object
com.amazonaws.services.dynamodbv2.xspec.Condition
com.amazonaws.services.dynamodbv2.xspec.ParenthesizedCondition
An explicitly parenthesized condition, ie '(' condition ')', used in building
condition expressions.
This object is as immutable (or unmodifiable) as the underlying condition.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ParenthesizedCondition
getInstance
(Condition condition) Returns a parenthesized condition for the given condition if the given condition is not already a parenthesized condition; or the original condition otherwise.
-
Method Details
-
getInstance
Returns a parenthesized condition for the given condition if the given condition is not already a parenthesized condition; or the original condition otherwise.
-