Uses of Interface
software.amazon.awssdk.enhanced.dynamodb.update.UpdateAction
Packages that use UpdateAction
-
Uses of UpdateAction in software.amazon.awssdk.enhanced.dynamodb.update
Classes in software.amazon.awssdk.enhanced.dynamodb.update that implement UpdateActionModifier and TypeClassDescriptionfinal classA representation of a singleUpdateExpressionADD action.final classA representation of a singleUpdateExpressionDELETE action.final classA representation of a singleUpdateExpressionREMOVE action.final classA representation of a singleUpdateExpressionSET action.Methods in software.amazon.awssdk.enhanced.dynamodb.update with parameters of type UpdateActionModifier and TypeMethodDescriptionUpdateExpression.Builder.actions(UpdateAction... actions) Adds a list ofUpdateActionof any subtype to the builder, overwriting any previous values.Method parameters in software.amazon.awssdk.enhanced.dynamodb.update with type arguments of type UpdateActionModifier and TypeMethodDescriptionUpdateExpression.Builder.actions(List<? extends UpdateAction> actions) Adds a list ofUpdateActionof any subtype to the builder, overwriting any previous values.