Uses of Enum
com.amazonaws.services.route53.model.InsufficientDataHealthStatus
Packages that use InsufficientDataHealthStatus
-
Uses of InsufficientDataHealthStatus in com.amazonaws.services.route53.model
Subclasses with type arguments of type InsufficientDataHealthStatus in com.amazonaws.services.route53.modelMethods in com.amazonaws.services.route53.model that return InsufficientDataHealthStatusModifier and TypeMethodDescriptionstatic InsufficientDataHealthStatusUse this in place of valueOf.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 com.amazonaws.services.route53.model with parameters of type InsufficientDataHealthStatusModifier and TypeMethodDescriptionvoidHealthCheckConfig.setInsufficientDataHealthStatus(InsufficientDataHealthStatus insufficientDataHealthStatus) The status of the health check when CloudWatch has insufficient data about the state of associated alarm.voidUpdateHealthCheckRequest.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)