Uses of Class
software.amazon.awssdk.services.codedeploy.model.MinimumHealthyHostsPerZone
-
Packages that use MinimumHealthyHostsPerZone Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of MinimumHealthyHostsPerZone in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return MinimumHealthyHostsPerZone Modifier and Type Method Description MinimumHealthyHostsPerZoneZonalConfig. minimumHealthyHostsPerZone()The number or percentage of instances that must remain available per Availability Zone during a deployment.Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type MinimumHealthyHostsPerZone Modifier and Type Method Description ZonalConfig.BuilderZonalConfig.Builder. minimumHealthyHostsPerZone(MinimumHealthyHostsPerZone minimumHealthyHostsPerZone)The number or percentage of instances that must remain available per Availability Zone during a deployment.
-