Uses of Class
com.amazonaws.services.dynamodbv2.xspec.PlusOperation
-
Packages that use PlusOperation 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 PlusOperation in com.amazonaws.services.dynamodbv2.xspec
Methods in com.amazonaws.services.dynamodbv2.xspec that return PlusOperation Modifier and Type Method Description PlusOperationN. plus(N attr)Returns aPlusOperationobject that represents the addition of the value of the given attribute to that of the current attribute; used for building update expression.PlusOperationN. plus(Number value)Returns aPlusOperationthat represents the addition of the given value to that of the current attribute; used for building update expression.Methods in com.amazonaws.services.dynamodbv2.xspec with parameters of type PlusOperation Modifier and Type Method Description SetActionN. set(PlusOperation plusOperation)Returns aSetActionobject used for building update expression with the specifiedPlusOperation.
-