Uses of Class
software.amazon.awscdk.services.stepfunctions.WaitTime
Packages that use WaitTime
Package
Description
AWS Step Functions Construct Library
-
Uses of WaitTime in software.amazon.awscdk.services.stepfunctions
Methods in software.amazon.awscdk.services.stepfunctions that return WaitTimeModifier and TypeMethodDescriptionstatic WaitTime
Wait a fixed amount of time.WaitProps.getTime()
Wait duration.final WaitTime
WaitProps.Jsii$Proxy.getTime()
static WaitTime
WaitTime.secondsPath
(String path) Wait for a number of seconds stored in the state object.static WaitTime
Wait until the given ISO8601 timestamp.static WaitTime
WaitTime.timestampPath
(String path) Wait until a timestamp found in the state object.Methods in software.amazon.awscdk.services.stepfunctions with parameters of type WaitTime