Uses of Class
com.amazonaws.services.dynamodbv2.xspec.MinusOperation
-
Packages that use MinusOperation 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 MinusOperation in com.amazonaws.services.dynamodbv2.xspec
Methods in com.amazonaws.services.dynamodbv2.xspec that return MinusOperation Modifier and Type Method Description MinusOperation
N. minus(N attr)
Returns aMinusOperation
object that represents the subtraction of the value of the given attribute from that of the current attribute; used for building update expression.MinusOperation
N. minus(Number value)
Returns aMinusOperation
object that represents the subtraction of the given value from that of the current attribute; used for building update expression.Methods in com.amazonaws.services.dynamodbv2.xspec with parameters of type MinusOperation Modifier and Type Method Description SetAction
N. set(MinusOperation minusOperation)
Returns aSetAction
object used for building update expression with the specifiedMinusOperation
.
-