| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
AutoRollbackConfiguration |
DeploymentGroupInfo.autoRollbackConfiguration()
Information about the automatic rollback configuration associated with the deployment group.
|
AutoRollbackConfiguration |
CreateDeploymentRequest.autoRollbackConfiguration()
Configuration information for an automatic rollback that is added when a deployment is created.
|
AutoRollbackConfiguration |
DeploymentInfo.autoRollbackConfiguration()
Information about the automatic rollback configuration associated with the deployment.
|
AutoRollbackConfiguration |
UpdateDeploymentGroupRequest.autoRollbackConfiguration()
Information for an automatic rollback configuration that is added or changed when a deployment group is updated.
|
AutoRollbackConfiguration |
CreateDeploymentGroupRequest.autoRollbackConfiguration()
Configuration information for an automatic rollback that is added when a deployment group is created.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.autoRollbackConfiguration(AutoRollbackConfiguration autoRollbackConfiguration)
Information about the automatic rollback configuration associated with the deployment group.
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.autoRollbackConfiguration(AutoRollbackConfiguration autoRollbackConfiguration)
Configuration information for an automatic rollback that is added when a deployment is created.
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.autoRollbackConfiguration(AutoRollbackConfiguration autoRollbackConfiguration)
Information about the automatic rollback configuration associated with the deployment.
|
UpdateDeploymentGroupRequest.Builder |
UpdateDeploymentGroupRequest.Builder.autoRollbackConfiguration(AutoRollbackConfiguration autoRollbackConfiguration)
Information for an automatic rollback configuration that is added or changed when a deployment group is
updated.
|
CreateDeploymentGroupRequest.Builder |
CreateDeploymentGroupRequest.Builder.autoRollbackConfiguration(AutoRollbackConfiguration autoRollbackConfiguration)
Configuration information for an automatic rollback that is added when a deployment group is created.
|
Copyright © 2021. All rights reserved.