Uses of Class
software.amazon.awscdk.services.stepfunctions.Choice
Packages that use Choice
Package
Description
AWS Step Functions Construct Library
-
Uses of Choice in software.amazon.awscdk.services.stepfunctions
Methods in software.amazon.awscdk.services.stepfunctions that return ChoiceModifier 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.