Uses of Class
com.amazonaws.services.codedeploy.model.MinimumHealthyHosts
Packages that use MinimumHealthyHosts
-
Uses of MinimumHealthyHosts in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return MinimumHealthyHostsModifier and TypeMethodDescriptionMinimumHealthyHosts.clone()CreateDeploymentConfigRequest.getMinimumHealthyHosts()The minimum number of healthy instances that should be available at any time during the deployment.DeploymentConfigInfo.getMinimumHealthyHosts()Information about the number or percentage of minimum healthy instance.MinimumHealthyHosts.withType(MinimumHealthyHostsType type) The minimum healthy instance type:The minimum healthy instance type:The minimum healthy instance value.Methods in com.amazonaws.services.codedeploy.model with parameters of type MinimumHealthyHostsModifier and TypeMethodDescriptionvoidCreateDeploymentConfigRequest.setMinimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts) The minimum number of healthy instances that should be available at any time during the deployment.voidDeploymentConfigInfo.setMinimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts) Information about the number or percentage of minimum healthy instance.CreateDeploymentConfigRequest.withMinimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts) The minimum number of healthy instances that should be available at any time during the deployment.DeploymentConfigInfo.withMinimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts) Information about the number or percentage of minimum healthy instance.