Uses of Class
com.amazonaws.services.dynamodbv2.xspec.AndCondition
-
Packages that use AndCondition Package Description com.amazonaws.services.dynamodbv2.xspec A request-centric Expression Specification Builder package that can be used to construct valid expressions, and the respective name maps and value maps, for various DynamoDB requests in a typeful manner. -
-
Uses of AndCondition in com.amazonaws.services.dynamodbv2.xspec
Methods in com.amazonaws.services.dynamodbv2.xspec that return AndCondition Modifier and Type Method Description AndCondition
Condition. and(Condition that)
Returns a new condition based on the conjunction of the current condition and the given condition.AndCondition
OrCondition. and(Condition that)
-