Interface | Description |
---|---|
UpdateAction |
An update action represents a part of an
UpdateExpression |
Class | Description |
---|---|
AddAction |
A representation of a single
UpdateExpression ADD action. |
AddAction.Builder |
A builder for
AddAction |
DeleteAction |
A representation of a single
UpdateExpression DELETE action. |
DeleteAction.Builder |
A builder for
DeleteAction |
RemoveAction |
A representation of a single
UpdateExpression REMOVE action. |
RemoveAction.Builder |
A builder for
RemoveAction |
SetAction |
A representation of a single
UpdateExpression SET action. |
SetAction.Builder |
A builder for
SetAction |
UpdateExpression |
Contains sets of
UpdateAction that represent the four DynamoDB update actions: SET, ADD, REMOVE and DELETE. |
UpdateExpression.Builder |
A builder for
UpdateExpression |
Copyright © 2022. All rights reserved.