Uses of Class
software.amazon.awscdk.services.stepfunctions.Wait
Packages that use Wait
Package
Description
AWS Step Functions Construct Library
-
Uses of Wait in software.amazon.awscdk.services.stepfunctions
Methods in software.amazon.awscdk.services.stepfunctions that return WaitModifier and TypeMethodDescriptionWait.Builder.build()static WaitWait.jsonata(software.constructs.Construct scope, String id, WaitJsonataProps props) Define a Wait state using JSONata in the state machine.static WaitWait.jsonPath(software.constructs.Construct scope, String id, WaitJsonPathProps props) Define a Wait state using JSONPath in the state machine.