| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions |
AWS Step Functions Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CatchProps.Jsii$Proxy
An implementation for
CatchProps |
| Modifier and Type | Method and Description |
|---|---|
CatchProps |
CatchProps.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
Map.addCatch(IChainable handler,
CatchProps props)
(experimental) Add a recovery handler for this state.
|
TaskStateBase |
TaskStateBase.addCatch(IChainable handler,
CatchProps props)
(experimental) Add a recovery handler for this state.
|
Parallel |
Parallel.addCatch(IChainable handler,
CatchProps props)
(experimental) Add a recovery handler for this state.
|
Copyright © 2021. All rights reserved.