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.itemProcessor(IChainable processor) Define item processor in Map.Map.itemProcessor(IChainable processor, ProcessorConfig config) Define item processor in Map.Map.iterator(IChainable iterator) Deprecated.
itemProcessorinstead.