Class OrCondition
- java.lang.Object
-
- com.amazonaws.services.dynamodbv2.xspec.Condition
-
- com.amazonaws.services.dynamodbv2.xspec.OrCondition
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AndCondition
and(Condition that)
Returns a new condition based on the conjunction of the current condition and the given condition.
-
-
-
Method Detail
-
and
public AndCondition and(Condition that)
Description copied from class:Condition
Returns a new condition based on the conjunction of the current condition and the given condition.
-
-