| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
HealthCheckConfig |
HealthCheckConfig.clone() |
HealthCheckConfig |
HealthCheck.getHealthCheckConfig()
A complex type that contains detailed information about one health check.
|
HealthCheckConfig |
CreateHealthCheckRequest.getHealthCheckConfig()
A complex type that contains settings for a new health check.
|
HealthCheckConfig |
HealthCheckConfig.withAlarmIdentifier(AlarmIdentifier alarmIdentifier)
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to
determine whether the specified health check is healthy.
|
HealthCheckConfig |
HealthCheckConfig.withChildHealthChecks(Collection<String> childHealthChecks)
(CALCULATED Health Checks Only) A complex type that contains one
ChildHealthCheck element for each
health check that you want to associate with a CALCULATED health check. |
HealthCheckConfig |
HealthCheckConfig.withChildHealthChecks(String... childHealthChecks)
(CALCULATED Health Checks Only) A complex type that contains one
ChildHealthCheck element for each
health check that you want to associate with a CALCULATED health check. |
HealthCheckConfig |
HealthCheckConfig.withDisabled(Boolean disabled)
Stops Route 53 from performing health checks.
|
HealthCheckConfig |
HealthCheckConfig.withEnableSNI(Boolean enableSNI)
Specify whether you want Amazon Route 53 to send the value of
FullyQualifiedDomainName to the
endpoint in the client_hello message during TLS negotiation. |
HealthCheckConfig |
HealthCheckConfig.withFailureThreshold(Integer failureThreshold)
The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the
current status of the endpoint from unhealthy to healthy or vice versa.
|
HealthCheckConfig |
HealthCheckConfig.withFullyQualifiedDomainName(String fullyQualifiedDomainName)
Amazon Route 53 behavior depends on whether you specify a value for
IPAddress. |
HealthCheckConfig |
HealthCheckConfig.withHealthThreshold(Integer healthThreshold)
The number of child health checks that are associated with a
CALCULATED health check that Amazon
Route 53 must consider healthy for the CALCULATED health check to be considered healthy. |
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:
|
HealthCheckConfig |
HealthCheckConfig.withInsufficientDataHealthStatus(String 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.withInverted(Boolean inverted)
Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a
health check unhealthy when it otherwise would be considered healthy.
|
HealthCheckConfig |
HealthCheckConfig.withIPAddress(String iPAddress)
The IPv4 or IPv6 IP address of the endpoint that you want Amazon Route 53 to perform health checks on.
|
HealthCheckConfig |
HealthCheckConfig.withMeasureLatency(Boolean measureLatency)
Specify whether you want Amazon Route 53 to measure the latency between health checkers in multiple AWS regions
and your endpoint, and to display CloudWatch latency graphs on the Health Checks page in the Route 53
console.
|
HealthCheckConfig |
HealthCheckConfig.withPort(Integer port)
The port on the endpoint on which you want Amazon Route 53 to perform health checks.
|
HealthCheckConfig |
HealthCheckConfig.withRegions(Collection<String> regions)
A complex type that contains one
Region element for each region from which you want Amazon Route 53
health checkers to check the specified endpoint. |
HealthCheckConfig |
HealthCheckConfig.withRegions(HealthCheckRegion... regions)
A complex type that contains one
Region element for each region from which you want Amazon Route 53
health checkers to check the specified endpoint. |
HealthCheckConfig |
HealthCheckConfig.withRegions(String... regions)
A complex type that contains one
Region element for each region from which you want Amazon Route 53
health checkers to check the specified endpoint. |
HealthCheckConfig |
HealthCheckConfig.withRequestInterval(Integer requestInterval)
The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that
it sends the next health check request.
|
HealthCheckConfig |
HealthCheckConfig.withResourcePath(String resourcePath)
The path, if any, that you want Amazon Route 53 to request when performing health checks.
|
HealthCheckConfig |
HealthCheckConfig.withSearchString(String searchString)
If the value of Type is
HTTP_STR_MATCH or HTTP_STR_MATCH, the string that you want
Amazon Route 53 to search for in the response body from the specified resource. |
HealthCheckConfig |
HealthCheckConfig.withType(HealthCheckType type)
The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an
endpoint is healthy.
|
HealthCheckConfig |
HealthCheckConfig.withType(String type)
The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an
endpoint is healthy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HealthCheck.setHealthCheckConfig(HealthCheckConfig healthCheckConfig)
A complex type that contains detailed information about one health check.
|
void |
CreateHealthCheckRequest.setHealthCheckConfig(HealthCheckConfig healthCheckConfig)
A complex type that contains settings for a new health check.
|
HealthCheck |
HealthCheck.withHealthCheckConfig(HealthCheckConfig healthCheckConfig)
A complex type that contains detailed information about one health check.
|
CreateHealthCheckRequest |
CreateHealthCheckRequest.withHealthCheckConfig(HealthCheckConfig healthCheckConfig)
A complex type that contains settings for a new health check.
|
Copyright © 2019. All rights reserved.