| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
RollbackTrigger |
RollbackTrigger.clone() |
RollbackTrigger |
RollbackTrigger.withArn(String arn)
The Amazon Resource Name (ARN) of the rollback trigger.
|
RollbackTrigger |
RollbackTrigger.withType(String type)
The resource type of the rollback trigger.
|
| Modifier and Type | Method and Description |
|---|---|
List<RollbackTrigger> |
RollbackConfiguration.getRollbackTriggers()
The triggers to monitor during stack creation or update actions.
|
| Modifier and Type | Method and Description |
|---|---|
RollbackConfiguration |
RollbackConfiguration.withRollbackTriggers(RollbackTrigger... rollbackTriggers)
The triggers to monitor during stack creation or update actions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RollbackConfiguration.setRollbackTriggers(Collection<RollbackTrigger> rollbackTriggers)
The triggers to monitor during stack creation or update actions.
|
RollbackConfiguration |
RollbackConfiguration.withRollbackTriggers(Collection<RollbackTrigger> rollbackTriggers)
The triggers to monitor during stack creation or update actions.
|
Copyright © 2017. All rights reserved.