Uses of Class
software.amazon.awssdk.services.codedeploy.model.MinimumHealthyHostsType
-
Packages that use MinimumHealthyHostsType Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of MinimumHealthyHostsType in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return MinimumHealthyHostsType Modifier and Type Method Description static MinimumHealthyHostsTypeMinimumHealthyHostsType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MinimumHealthyHostsTypeMinimumHealthyHosts. type()The minimum healthy instance type:static MinimumHealthyHostsTypeMinimumHealthyHostsType. valueOf(String name)Returns the enum constant of this type with the specified name.static MinimumHealthyHostsType[]MinimumHealthyHostsType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type MinimumHealthyHostsType Modifier and Type Method Description static Set<MinimumHealthyHostsType>MinimumHealthyHostsType. knownValues()Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type MinimumHealthyHostsType Modifier and Type Method Description MinimumHealthyHosts.BuilderMinimumHealthyHosts.Builder. type(MinimumHealthyHostsType type)The minimum healthy instance type:
-