Uses of Class
software.amazon.awscdk.services.stepfunctions.Choice
Package
Description
AWS Step Functions Construct Library
-
Uses of Choice in software.amazon.awscdk.services.stepfunctions
Modifier and TypeMethodDescriptionChoice.Builder.build()
Choice.otherwise
(IChainable def) If none of the given conditions match, continue execution with the given state.Choice.when
(Condition condition, IChainable next) If the given condition matches, continue execution with the given state.