Uses of Class
software.amazon.awscdk.services.stepfunctions.Map
Packages that use Map
Package
Description
AWS Step Functions Construct Library
-
Uses of Map in software.amazon.awscdk.services.stepfunctions
Methods in software.amazon.awscdk.services.stepfunctions that return MapModifier and TypeMethodDescriptionMap.addCatch(IChainable handler) Add a recovery handler for this state.Map.addCatch(IChainable handler, CatchProps props) Add a recovery handler for this state.Map.addRetry()Add retry configuration for this state.Map.addRetry(RetryProps props) Add retry configuration for this state.Map.Builder.build()Map.iterator(IChainable iterator) Define iterator state machine in Map.