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 |
UpdateHealthCheckRequest.setInsufficientDataHealthStatus(InsufficientDataHealthStatus insufficientDataHealthStatus) |
void |
HealthCheckConfig.setInsufficientDataHealthStatus(InsufficientDataHealthStatus insufficientDataHealthStatus)
The status of the health check when CloudWatch has insufficient data
about the state of associated alarm.
|
UpdateHealthCheckRequest |
UpdateHealthCheckRequest.withInsufficientDataHealthStatus(InsufficientDataHealthStatus insufficientDataHealthStatus) |
HealthCheckConfig |
HealthCheckConfig.withInsufficientDataHealthStatus(InsufficientDataHealthStatus insufficientDataHealthStatus)
The status of the health check when CloudWatch has insufficient data
about the state of associated alarm.
|
Copyright © 2018. All rights reserved.