Class and Description |
---|
UpdateExpression
Contains sets of
UpdateAction that represent the four DynamoDB update actions: SET, ADD, REMOVE and DELETE. |
Class and Description |
---|
UpdateExpression
Contains sets of
UpdateAction that represent the four DynamoDB update actions: SET, ADD, REMOVE and DELETE. |
Class and 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 |
UpdateAction
An update action represents a part of an
UpdateExpression |
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.