Uses of Class
com.amazonaws.services.dynamodbv2.xspec.UpdateAction
Packages that use UpdateAction
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 UpdateAction in com.amazonaws.services.dynamodbv2.xspec
Subclasses of UpdateAction in com.amazonaws.services.dynamodbv2.xspecModifier and TypeClassDescriptionfinal class
Represents an ADD action in the ADD section of an update expression.final class
Represents a DELETE action in the DELETE section of an update expression.final class
Represents a REMOVE action in the REMOVE section of an update expression.final class
Represents a SET action in the SET section of an update expression.Methods in com.amazonaws.services.dynamodbv2.xspec with parameters of type UpdateActionModifier and TypeMethodDescriptionExpressionSpecBuilder.addUpdate
(UpdateAction updateAction) Fluent API to add the given Update expression for a request.