Uses of Class
software.amazon.awssdk.enhanced.dynamodb.update.UpdateExpression.Builder
Packages that use UpdateExpression.Builder
-
Uses of UpdateExpression.Builder in software.amazon.awssdk.enhanced.dynamodb.update
Methods in software.amazon.awssdk.enhanced.dynamodb.update that return UpdateExpression.BuilderModifier and TypeMethodDescriptionUpdateExpression.Builder.actions(List<? extends UpdateAction> actions) Adds a list ofUpdateActionof any subtype to the builder, overwriting any previous values.UpdateExpression.Builder.actions(UpdateAction... actions) Adds a list ofUpdateActionof any subtype to the builder, overwriting any previous values.Add an action of typeAddActionUpdateExpression.Builder.addAction(DeleteAction action) Add an action of typeDeleteActionUpdateExpression.Builder.addAction(RemoveAction action) Add an action of typeRemoveActionAdd an action of typeSetActionstatic UpdateExpression.BuilderUpdateExpression.builder()Constructs a new builder forUpdateExpression.