Package software.amazon.awssdk.enhanced.dynamodb.update
-
Interface Summary Interface Description UpdateAction An update action represents a part of anUpdateExpression
-
Class Summary Class Description AddAction A representation of a singleUpdateExpression
ADD action.AddAction.Builder A builder forAddAction
DeleteAction A representation of a singleUpdateExpression
DELETE action.DeleteAction.Builder A builder forDeleteAction
RemoveAction A representation of a singleUpdateExpression
REMOVE action.RemoveAction.Builder A builder forRemoveAction
SetAction A representation of a singleUpdateExpression
SET action.SetAction.Builder A builder forSetAction
UpdateExpression Contains sets ofUpdateAction
that represent the four DynamoDB update actions: SET, ADD, REMOVE and DELETE.UpdateExpression.Builder A builder forUpdateExpression