Uses of Interface
software.amazon.awscdk.services.stepfunctions.tasks.DynamoUpdateItemJsonPathProps
Packages that use DynamoUpdateItemJsonPathProps
Package
Description
Tasks for AWS Step Functions
-
Uses of DynamoUpdateItemJsonPathProps in software.amazon.awscdk.services.stepfunctions.tasks
Classes in software.amazon.awscdk.services.stepfunctions.tasks that implement DynamoUpdateItemJsonPathPropsModifier and TypeClassDescriptionstatic final classAn implementation forDynamoUpdateItemJsonPathPropsMethods in software.amazon.awscdk.services.stepfunctions.tasks that return DynamoUpdateItemJsonPathPropsModifier and TypeMethodDescriptionDynamoUpdateItemJsonPathProps.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type DynamoUpdateItemJsonPathPropsModifier and TypeMethodDescriptionstatic DynamoUpdateItemDynamoUpdateItem.jsonPath(software.constructs.Construct scope, String id, DynamoUpdateItemJsonPathProps props) A StepFunctions task using JSONPath to call DynamoUpdateItem.