Class ParenthesizedCondition
- java.lang.Object
-
- com.amazonaws.services.dynamodbv2.xspec.Condition
-
- com.amazonaws.services.dynamodbv2.xspec.ParenthesizedCondition
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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 Detail
-
getInstance
public static 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.
-
-