| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
RollbackConfiguration |
RollbackConfiguration.clone() |
RollbackConfiguration |
UpdateStackRequest.getRollbackConfiguration()
The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the
specified monitoring period afterwards.
|
RollbackConfiguration |
Stack.getRollbackConfiguration()
The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the
specified monitoring period afterwards.
|
RollbackConfiguration |
CreateStackRequest.getRollbackConfiguration()
The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the
specified monitoring period afterwards.
|
RollbackConfiguration |
DescribeChangeSetResult.getRollbackConfiguration()
The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the
specified monitoring period afterwards.
|
RollbackConfiguration |
CreateChangeSetRequest.getRollbackConfiguration()
The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the
specified monitoring period afterwards.
|
RollbackConfiguration |
RollbackConfiguration.withMonitoringTimeInMinutes(Integer monitoringTimeInMinutes)
The amount of time, in minutes, during which CloudFormation should monitor all the rollback triggers after the
stack creation or update operation deploys all necessary resources.
|
RollbackConfiguration |
RollbackConfiguration.withRollbackTriggers(Collection<RollbackTrigger> rollbackTriggers)
The triggers to monitor during stack creation or update actions.
|
RollbackConfiguration |
RollbackConfiguration.withRollbackTriggers(RollbackTrigger... rollbackTriggers)
The triggers to monitor during stack creation or update actions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateStackRequest.setRollbackConfiguration(RollbackConfiguration rollbackConfiguration)
The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the
specified monitoring period afterwards.
|
void |
Stack.setRollbackConfiguration(RollbackConfiguration rollbackConfiguration)
The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the
specified monitoring period afterwards.
|
void |
CreateStackRequest.setRollbackConfiguration(RollbackConfiguration rollbackConfiguration)
The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the
specified monitoring period afterwards.
|
void |
DescribeChangeSetResult.setRollbackConfiguration(RollbackConfiguration rollbackConfiguration)
The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the
specified monitoring period afterwards.
|
void |
CreateChangeSetRequest.setRollbackConfiguration(RollbackConfiguration rollbackConfiguration)
The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the
specified monitoring period afterwards.
|
UpdateStackRequest |
UpdateStackRequest.withRollbackConfiguration(RollbackConfiguration rollbackConfiguration)
The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the
specified monitoring period afterwards.
|
Stack |
Stack.withRollbackConfiguration(RollbackConfiguration rollbackConfiguration)
The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the
specified monitoring period afterwards.
|
CreateStackRequest |
CreateStackRequest.withRollbackConfiguration(RollbackConfiguration rollbackConfiguration)
The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the
specified monitoring period afterwards.
|
DescribeChangeSetResult |
DescribeChangeSetResult.withRollbackConfiguration(RollbackConfiguration rollbackConfiguration)
The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the
specified monitoring period afterwards.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withRollbackConfiguration(RollbackConfiguration rollbackConfiguration)
The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the
specified monitoring period afterwards.
|
Copyright © 2023. All rights reserved.