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 classAddActionRepresents an ADD action in the ADD section of an update expression.classDeleteActionRepresents a DELETE action in the DELETE section of an update expression.classRemoveActionRepresents a REMOVE action in the REMOVE section of an update expression.classSetActionRepresents 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 ExpressionSpecBuilderExpressionSpecBuilder. addUpdate(UpdateAction updateAction)Fluent API to add the given Update expression for a request.
-