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 InsufficientDataHealthStatus
InsufficientDataHealthStatus. fromValue(String value)
Use this in place of valueOf.static InsufficientDataHealthStatus
InsufficientDataHealthStatus. 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 void
HealthCheckConfig. setInsufficientDataHealthStatus(InsufficientDataHealthStatus insufficientDataHealthStatus)
The status of the health check when CloudWatch has insufficient data about the state of associated alarm.void
UpdateHealthCheckRequest. setInsufficientDataHealthStatus(InsufficientDataHealthStatus insufficientDataHealthStatus)
HealthCheckConfig
HealthCheckConfig. withInsufficientDataHealthStatus(InsufficientDataHealthStatus insufficientDataHealthStatus)
The status of the health check when CloudWatch has insufficient data about the state of associated alarm.UpdateHealthCheckRequest
UpdateHealthCheckRequest. withInsufficientDataHealthStatus(InsufficientDataHealthStatus insufficientDataHealthStatus)
-