Uses of Class
software.amazon.awssdk.enhanced.dynamodb.update.SetAction
-
Packages that use SetAction Package Description software.amazon.awssdk.enhanced.dynamodb.update -
-
Uses of SetAction in software.amazon.awssdk.enhanced.dynamodb.update
Methods in software.amazon.awssdk.enhanced.dynamodb.update that return SetAction Modifier and Type Method Description SetAction
SetAction.Builder. build()
Builds anSetAction
based on the values stored in this builder.Methods in software.amazon.awssdk.enhanced.dynamodb.update that return types with arguments of type SetAction Modifier and Type Method Description List<SetAction>
UpdateExpression. setActions()
Methods in software.amazon.awssdk.enhanced.dynamodb.update with parameters of type SetAction Modifier and Type Method Description UpdateExpression.Builder
UpdateExpression.Builder. addAction(SetAction action)
Add an action of typeSetAction
-