Package | Description |
---|---|
software.amazon.awssdk.enhanced.dynamodb.update |
Modifier and Type | Class and Description |
---|---|
class |
AddAction
A representation of a single
UpdateExpression ADD action. |
class |
DeleteAction
A representation of a single
UpdateExpression DELETE action. |
class |
RemoveAction
A representation of a single
UpdateExpression REMOVE action. |
class |
SetAction
A representation of a single
UpdateExpression SET action. |
Modifier and Type | Method and Description |
---|---|
UpdateExpression.Builder |
UpdateExpression.Builder.actions(UpdateAction... actions)
Adds a list of
UpdateAction of any subtype to the builder, overwriting any previous values. |
Modifier and Type | Method and Description |
---|---|
UpdateExpression.Builder |
UpdateExpression.Builder.actions(List<? extends UpdateAction> actions)
Adds a list of
UpdateAction of any subtype to the builder, overwriting any previous values. |
Copyright © 2023. All rights reserved.