Uses of Class
com.amazonaws.services.route53.model.InsufficientDataHealthStatus
-
Packages that use InsufficientDataHealthStatus Package Description com.amazonaws.services.route53.model -
-
Uses of InsufficientDataHealthStatus in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return InsufficientDataHealthStatus Modifier and Type Method Description static InsufficientDataHealthStatusInsufficientDataHealthStatus. fromValue(String value)Use this in place of valueOf.static InsufficientDataHealthStatusInsufficientDataHealthStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static InsufficientDataHealthStatus[]InsufficientDataHealthStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.route53.model with parameters of type InsufficientDataHealthStatus Modifier and Type Method Description voidHealthCheckConfig. setInsufficientDataHealthStatus(InsufficientDataHealthStatus insufficientDataHealthStatus)The status of the health check when CloudWatch has insufficient data about the state of associated alarm.voidUpdateHealthCheckRequest. setInsufficientDataHealthStatus(InsufficientDataHealthStatus insufficientDataHealthStatus)HealthCheckConfigHealthCheckConfig. withInsufficientDataHealthStatus(InsufficientDataHealthStatus insufficientDataHealthStatus)The status of the health check when CloudWatch has insufficient data about the state of associated alarm.UpdateHealthCheckRequestUpdateHealthCheckRequest. withInsufficientDataHealthStatus(InsufficientDataHealthStatus insufficientDataHealthStatus)
-