| Modifier and Type | Class and Description |
|---|---|
static class |
IAction.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
List<IAction> |
IStage.getActions()
The actions belonging to this stage.
|
List<IAction> |
IStage.Jsii$Proxy.getActions()
The actions belonging to this stage.
|
default List<IAction> |
StageProps.getActions()
The list of Actions to create this Stage with.
|
List<IAction> |
StageProps.Jsii$Proxy.getActions() |
List<IAction> |
StageOptions.Jsii$Proxy.getActions() |
| Modifier and Type | Method and Description |
|---|---|
void |
IStage.addAction(IAction action) |
void |
IStage.Jsii$Proxy.addAction(IAction action) |
| Modifier and Type | Method and Description |
|---|---|
StageProps.Builder |
StageProps.Builder.actions(List<IAction> actions)
Sets the value of
StageProps.getActions() |
StageOptions.Builder |
StageOptions.Builder.actions(List<IAction> actions)
Sets the value of
StageProps.getActions() |
Copyright © 2020. All rights reserved.