Uses of Interface
software.amazon.awssdk.enhanced.dynamodb.update.UpdateAction
-
Packages that use UpdateAction Package Description software.amazon.awssdk.enhanced.dynamodb.update -
-
Uses of UpdateAction in software.amazon.awssdk.enhanced.dynamodb.update
Classes in software.amazon.awssdk.enhanced.dynamodb.update that implement UpdateAction Modifier and Type Class Description class
AddAction
A representation of a singleUpdateExpression
ADD action.class
DeleteAction
A representation of a singleUpdateExpression
DELETE action.class
RemoveAction
A representation of a singleUpdateExpression
REMOVE action.class
SetAction
A representation of a singleUpdateExpression
SET action.Methods in software.amazon.awssdk.enhanced.dynamodb.update with parameters of type UpdateAction Modifier and Type Method Description UpdateExpression.Builder
UpdateExpression.Builder. actions(UpdateAction... actions)
Adds a list ofUpdateAction
of any subtype to the builder, overwriting any previous values.Method parameters in software.amazon.awssdk.enhanced.dynamodb.update with type arguments of type UpdateAction Modifier and Type Method Description UpdateExpression.Builder
UpdateExpression.Builder. actions(List<? extends UpdateAction> actions)
Adds a list ofUpdateAction
of any subtype to the builder, overwriting any previous values.
-