Uses of Enum
com.amazonaws.services.route53.model.InsufficientDataHealthStatus
Packages that use InsufficientDataHealthStatus
-
Uses of InsufficientDataHealthStatus in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return InsufficientDataHealthStatusModifier and TypeMethodDescriptionstatic InsufficientDataHealthStatus
Use this in place of valueOf.static InsufficientDataHealthStatus
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 InsufficientDataHealthStatusModifier and TypeMethodDescriptionvoid
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.withInsufficientDataHealthStatus
(InsufficientDataHealthStatus insufficientDataHealthStatus) The status of the health check when CloudWatch has insufficient data about the state of associated alarm.UpdateHealthCheckRequest.withInsufficientDataHealthStatus
(InsufficientDataHealthStatus insufficientDataHealthStatus)