Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.DynamoUpdateItem
Packages that use DynamoUpdateItem
Package
Description
Tasks for AWS Step Functions
-
Uses of DynamoUpdateItem in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return DynamoUpdateItemModifier and TypeMethodDescriptionDynamoUpdateItem.Builder.build()static DynamoUpdateItemDynamoUpdateItem.jsonata(software.constructs.Construct scope, String id, DynamoUpdateItemJsonataProps props) A StepFunctions task using JSONata to call DynamoUpdateItem.static DynamoUpdateItemDynamoUpdateItem.jsonPath(software.constructs.Construct scope, String id, DynamoUpdateItemJsonPathProps props) A StepFunctions task using JSONPath to call DynamoUpdateItem.