Uses of Class
com.amazonaws.services.dynamodbv2.xspec.UpdateAction
-
Packages that use UpdateAction 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 UpdateAction in com.amazonaws.services.dynamodbv2.xspec
Subclasses of UpdateAction in com.amazonaws.services.dynamodbv2.xspec Modifier and Type Class Description class
AddAction
Represents an ADD action in the ADD section of an update expression.class
DeleteAction
Represents a DELETE action in the DELETE section of an update expression.class
RemoveAction
Represents a REMOVE action in the REMOVE section of an update expression.class
SetAction
Represents a SET action in the SET section of an update expression.Methods in com.amazonaws.services.dynamodbv2.xspec with parameters of type UpdateAction Modifier and Type Method Description ExpressionSpecBuilder
ExpressionSpecBuilder. addUpdate(UpdateAction updateAction)
Fluent API to add the given Update expression for a request.
-