Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.DynamoPutItem
Packages that use DynamoPutItem
Package
Description
Tasks for AWS Step Functions
-
Uses of DynamoPutItem in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return DynamoPutItemModifier and TypeMethodDescriptionDynamoPutItem.Builder.build()static DynamoPutItemDynamoPutItem.jsonata(software.constructs.Construct scope, String id, DynamoPutItemJsonataProps props) A StepFunctions task using JSONata to call DynamoPutItem.static DynamoPutItemDynamoPutItem.jsonPath(software.constructs.Construct scope, String id, DynamoPutItemJsonPathProps props) A StepFunctions task using JSONPath to call DynamoPutItem.