Uses of Class
software.amazon.awssdk.services.route53.model.InsufficientDataHealthStatus
-
Packages that use InsufficientDataHealthStatus Package Description software.amazon.awssdk.services.route53.model -
-
Uses of InsufficientDataHealthStatus in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return InsufficientDataHealthStatus Modifier and Type Method Description static InsufficientDataHealthStatusInsufficientDataHealthStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InsufficientDataHealthStatusHealthCheckConfig. insufficientDataHealthStatus()When CloudWatch has insufficient data about the metric to determine the alarm state, the status that you want Amazon Route 53 to assign to the health check:InsufficientDataHealthStatusUpdateHealthCheckRequest. insufficientDataHealthStatus()When CloudWatch has insufficient data about the metric to determine the alarm state, the status that you want Amazon Route 53 to assign to the health check: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 software.amazon.awssdk.services.route53.model that return types with arguments of type InsufficientDataHealthStatus Modifier and Type Method Description static Set<InsufficientDataHealthStatus>InsufficientDataHealthStatus. knownValues()Methods in software.amazon.awssdk.services.route53.model with parameters of type InsufficientDataHealthStatus Modifier and Type Method Description HealthCheckConfig.BuilderHealthCheckConfig.Builder. insufficientDataHealthStatus(InsufficientDataHealthStatus insufficientDataHealthStatus)When CloudWatch has insufficient data about the metric to determine the alarm state, the status that you want Amazon Route 53 to assign to the health check:UpdateHealthCheckRequest.BuilderUpdateHealthCheckRequest.Builder. insufficientDataHealthStatus(InsufficientDataHealthStatus insufficientDataHealthStatus)When CloudWatch has insufficient data about the metric to determine the alarm state, the status that you want Amazon Route 53 to assign to the health check:
-