Uses of Package
software.amazon.awssdk.enhanced.dynamodb.update
-
Classes in software.amazon.awssdk.enhanced.dynamodb.update used by software.amazon.awssdk.enhanced.dynamodb.extensions Class Description UpdateExpression Contains sets ofUpdateActionthat represent the four DynamoDB update actions: SET, ADD, REMOVE and DELETE. -
Classes in software.amazon.awssdk.enhanced.dynamodb.update used by software.amazon.awssdk.enhanced.dynamodb.internal.update Class Description UpdateExpression Contains sets ofUpdateActionthat represent the four DynamoDB update actions: SET, ADD, REMOVE and DELETE. -
Classes in software.amazon.awssdk.enhanced.dynamodb.update used by software.amazon.awssdk.enhanced.dynamodb.update Class Description AddAction A representation of a singleUpdateExpressionADD action.AddAction.Builder A builder forAddActionDeleteAction A representation of a singleUpdateExpressionDELETE action.DeleteAction.Builder A builder forDeleteActionRemoveAction A representation of a singleUpdateExpressionREMOVE action.RemoveAction.Builder A builder forRemoveActionSetAction A representation of a singleUpdateExpressionSET action.SetAction.Builder A builder forSetActionUpdateAction An update action represents a part of anUpdateExpressionUpdateExpression Contains sets ofUpdateActionthat represent the four DynamoDB update actions: SET, ADD, REMOVE and DELETE.UpdateExpression.Builder A builder forUpdateExpression