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