Uses of Enum
software.amazon.awssdk.services.route53.model.InsufficientDataHealthStatus
Packages that use InsufficientDataHealthStatus
-
Uses of InsufficientDataHealthStatus in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return InsufficientDataHealthStatusModifier and TypeMethodDescriptionstatic InsufficientDataHealthStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.HealthCheckConfig.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.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 InsufficientDataHealthStatusReturns 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 InsufficientDataHealthStatusModifier and TypeMethodDescriptionstatic Set<InsufficientDataHealthStatus>InsufficientDataHealthStatus.knownValues()Methods in software.amazon.awssdk.services.route53.model with parameters of type InsufficientDataHealthStatusModifier and TypeMethodDescriptionHealthCheckConfig.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.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: