Uses of Class
software.amazon.awscdk.services.stepfunctions.DistributedMap
Packages that use DistributedMap
Package
Description
AWS Step Functions Construct Library
-
Uses of DistributedMap in software.amazon.awscdk.services.stepfunctions
Methods in software.amazon.awscdk.services.stepfunctions that return DistributedMapModifier and TypeMethodDescriptionDistributedMap.addCatch(IChainable handler) Add a recovery handler for this state.DistributedMap.addCatch(IChainable handler, CatchProps props) Add a recovery handler for this state.DistributedMap.addRetry()Add retry configuration for this state.DistributedMap.addRetry(RetryProps props) Add retry configuration for this state.DistributedMap.Builder.build()DistributedMap.itemProcessor(IChainable processor) Define item processor in a Distributed Map.DistributedMap.itemProcessor(IChainable processor, ProcessorConfig config) Define item processor in a Distributed Map.