| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HealthCheckConfig.setInsufficientDataHealthStatus(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:
|
void |
UpdateHealthCheckRequest.setInsufficientDataHealthStatus(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:
|
HealthCheckConfig |
HealthCheckConfig.withInsufficientDataHealthStatus(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 |
UpdateHealthCheckRequest.withInsufficientDataHealthStatus(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:
|
Copyright © 2020. All rights reserved.