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