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 DynamoUpdateItem
DynamoUpdateItem.jsonata
(software.constructs.Construct scope, String id, DynamoUpdateItemJsonataProps props) A StepFunctions task using JSONata to call DynamoUpdateItem.static DynamoUpdateItem
DynamoUpdateItem.jsonPath
(software.constructs.Construct scope, String id, DynamoUpdateItemJsonPathProps props) A StepFunctions task using JSONPath to call DynamoUpdateItem.