| Modifier and Type | Class and Description |
|---|---|
static class |
ActionBindOptions.Jsii$Proxy
An implementation for
ActionBindOptions |
| Modifier and Type | Method and Description |
|---|---|
ActionBindOptions |
ActionBindOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
ActionConfig |
Action.bind(Construct scope,
IStage stage,
ActionBindOptions options)
The callback invoked when this Action is added to a Pipeline.
|
ActionConfig |
IAction.bind(Construct scope,
IStage stage,
ActionBindOptions options)
The callback invoked when this Action is added to a Pipeline.
|
ActionConfig |
IAction.Jsii$Proxy.bind(Construct scope,
IStage stage,
ActionBindOptions options)
The callback invoked when this Action is added to a Pipeline.
|
default ActionConfig |
IAction.Jsii$Default.bind(Construct scope,
IStage stage,
ActionBindOptions options)
The callback invoked when this Action is added to a Pipeline.
|
protected abstract ActionConfig |
Action.bound(Construct scope,
IStage stage,
ActionBindOptions options)
This is a renamed version of the
IAction.bind method. |
Copyright © 2022. All rights reserved.