Uses of Class
com.amazonaws.services.dynamodbv2.xspec.NegationCondition
Packages that use NegationCondition
Package
Description
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 NegationCondition in com.amazonaws.services.dynamodbv2.xspec
Methods in com.amazonaws.services.dynamodbv2.xspec that return NegationConditionModifier and TypeMethodDescriptionfinal NegationCondition
Condition.negate()
Returns a new condition based on the negation of the current condition.static <T> NegationCondition
Returns a negation of the specified condition; used for building condition expression.