Uses of Class
software.amazon.awssdk.services.codedeploy.model.AutoRollbackConfiguration
-
Packages that use AutoRollbackConfiguration Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of AutoRollbackConfiguration in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return AutoRollbackConfiguration Modifier and Type Method Description AutoRollbackConfigurationCreateDeploymentGroupRequest. autoRollbackConfiguration()Configuration information for an automatic rollback that is added when a deployment group is created.AutoRollbackConfigurationCreateDeploymentRequest. autoRollbackConfiguration()Configuration information for an automatic rollback that is added when a deployment is created.AutoRollbackConfigurationDeploymentGroupInfo. autoRollbackConfiguration()Information about the automatic rollback configuration associated with the deployment group.AutoRollbackConfigurationDeploymentInfo. autoRollbackConfiguration()Information about the automatic rollback configuration associated with the deployment.AutoRollbackConfigurationUpdateDeploymentGroupRequest. autoRollbackConfiguration()Information for an automatic rollback configuration that is added or changed when a deployment group is updated.Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type AutoRollbackConfiguration Modifier and Type Method Description CreateDeploymentGroupRequest.BuilderCreateDeploymentGroupRequest.Builder. autoRollbackConfiguration(AutoRollbackConfiguration autoRollbackConfiguration)Configuration information for an automatic rollback that is added when a deployment group is created.CreateDeploymentRequest.BuilderCreateDeploymentRequest.Builder. autoRollbackConfiguration(AutoRollbackConfiguration autoRollbackConfiguration)Configuration information for an automatic rollback that is added when a deployment is created.DeploymentGroupInfo.BuilderDeploymentGroupInfo.Builder. autoRollbackConfiguration(AutoRollbackConfiguration autoRollbackConfiguration)Information about the automatic rollback configuration associated with the deployment group.DeploymentInfo.BuilderDeploymentInfo.Builder. autoRollbackConfiguration(AutoRollbackConfiguration autoRollbackConfiguration)Information about the automatic rollback configuration associated with the deployment.UpdateDeploymentGroupRequest.BuilderUpdateDeploymentGroupRequest.Builder. autoRollbackConfiguration(AutoRollbackConfiguration autoRollbackConfiguration)Information for an automatic rollback configuration that is added or changed when a deployment group is updated.
-