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