| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
static InsufficientDataHealthStatus |
InsufficientDataHealthStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
InsufficientDataHealthStatus |
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:
|
InsufficientDataHealthStatus |
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 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 |
|---|---|
static Set<InsufficientDataHealthStatus> |
InsufficientDataHealthStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
HealthCheckConfig.Builder |
HealthCheckConfig.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 |
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:
|
Copyright © 2022. All rights reserved.