Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
AutoRollbackConfiguration |
AutoRollbackConfiguration.clone() |
AutoRollbackConfiguration |
UpdateDeploymentGroupRequest.getAutoRollbackConfiguration()
Information for an automatic rollback configuration that is added or changed when a deployment group is updated.
|
AutoRollbackConfiguration |
DeploymentGroupInfo.getAutoRollbackConfiguration()
Information about the automatic rollback configuration associated with the deployment group.
|
AutoRollbackConfiguration |
CreateDeploymentRequest.getAutoRollbackConfiguration()
Configuration information for an automatic rollback that is added when a deployment is created.
|
AutoRollbackConfiguration |
DeploymentInfo.getAutoRollbackConfiguration()
Information about the automatic rollback configuration associated with the deployment.
|
AutoRollbackConfiguration |
CreateDeploymentGroupRequest.getAutoRollbackConfiguration()
Configuration information for an automatic rollback that is added when a deployment group is created.
|
AutoRollbackConfiguration |
AutoRollbackConfiguration.withEnabled(Boolean enabled)
Indicates whether a defined automatic rollback configuration is currently enabled.
|
AutoRollbackConfiguration |
AutoRollbackConfiguration.withEvents(AutoRollbackEvent... events)
The event type or types that trigger a rollback.
|
AutoRollbackConfiguration |
AutoRollbackConfiguration.withEvents(Collection<String> events)
The event type or types that trigger a rollback.
|
AutoRollbackConfiguration |
AutoRollbackConfiguration.withEvents(String... events)
The event type or types that trigger a rollback.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateDeploymentGroupRequest.setAutoRollbackConfiguration(AutoRollbackConfiguration autoRollbackConfiguration)
Information for an automatic rollback configuration that is added or changed when a deployment group is updated.
|
void |
DeploymentGroupInfo.setAutoRollbackConfiguration(AutoRollbackConfiguration autoRollbackConfiguration)
Information about the automatic rollback configuration associated with the deployment group.
|
void |
CreateDeploymentRequest.setAutoRollbackConfiguration(AutoRollbackConfiguration autoRollbackConfiguration)
Configuration information for an automatic rollback that is added when a deployment is created.
|
void |
DeploymentInfo.setAutoRollbackConfiguration(AutoRollbackConfiguration autoRollbackConfiguration)
Information about the automatic rollback configuration associated with the deployment.
|
void |
CreateDeploymentGroupRequest.setAutoRollbackConfiguration(AutoRollbackConfiguration autoRollbackConfiguration)
Configuration information for an automatic rollback that is added when a deployment group is created.
|
UpdateDeploymentGroupRequest |
UpdateDeploymentGroupRequest.withAutoRollbackConfiguration(AutoRollbackConfiguration autoRollbackConfiguration)
Information for an automatic rollback configuration that is added or changed when a deployment group is updated.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withAutoRollbackConfiguration(AutoRollbackConfiguration autoRollbackConfiguration)
Information about the automatic rollback configuration associated with the deployment group.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withAutoRollbackConfiguration(AutoRollbackConfiguration autoRollbackConfiguration)
Configuration information for an automatic rollback that is added when a deployment is created.
|
DeploymentInfo |
DeploymentInfo.withAutoRollbackConfiguration(AutoRollbackConfiguration autoRollbackConfiguration)
Information about the automatic rollback configuration associated with the deployment.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withAutoRollbackConfiguration(AutoRollbackConfiguration autoRollbackConfiguration)
Configuration information for an automatic rollback that is added when a deployment group is created.
|
Copyright © 2021. All rights reserved.