Package | Description |
---|---|
com.amazonaws.services.route53.model |
Modifier and Type | Method and Description |
---|---|
HealthCheckConfig |
HealthCheckConfig.clone() |
HealthCheckConfig |
CreateHealthCheckRequest.getHealthCheckConfig()
A complex type that contains health check configuration.
|
HealthCheckConfig |
HealthCheck.getHealthCheckConfig()
A complex type that contains the health check configuration.
|
HealthCheckConfig |
HealthCheckConfig.withAlarmIdentifier(AlarmIdentifier alarmIdentifier)
A complex type that contains information to uniquely identify the
CloudWatch alarm that you're associating with a Route 53 health check.
|
HealthCheckConfig |
HealthCheckConfig.withChildHealthChecks(Collection<String> childHealthChecks)
For a specified parent health check, a list of
HealthCheckId
values for the associated child health checks. |
HealthCheckConfig |
HealthCheckConfig.withChildHealthChecks(String... childHealthChecks)
For a specified parent health check, a list of
HealthCheckId
values for the associated child 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)
Fully qualified domain name of the instance to be health checked.
|
HealthCheckConfig |
HealthCheckConfig.withHealthThreshold(Integer healthThreshold)
The minimum number of child health checks that must be healthy for Amazon
Route 53 to consider the parent health check to be healthy.
|
HealthCheckConfig |
HealthCheckConfig.withInsufficientDataHealthStatus(InsufficientDataHealthStatus insufficientDataHealthStatus)
The status of the health check when CloudWatch has insufficient data
about the state of associated alarm.
|
HealthCheckConfig |
HealthCheckConfig.withInsufficientDataHealthStatus(String insufficientDataHealthStatus)
The status of the health check when CloudWatch has insufficient data
about the state of associated alarm.
|
HealthCheckConfig |
HealthCheckConfig.withInverted(Boolean inverted)
A boolean value that indicates whether the status of health check should
be inverted.
|
HealthCheckConfig |
HealthCheckConfig.withIPAddress(String iPAddress)
IP Address of the instance being checked.
|
HealthCheckConfig |
HealthCheckConfig.withMeasureLatency(Boolean measureLatency)
A Boolean value that indicates 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 in the Amazon
Route 53 console.
|
HealthCheckConfig |
HealthCheckConfig.withPort(Integer port)
Port on which connection will be opened to the instance to health check.
|
HealthCheckConfig |
HealthCheckConfig.withRegions(Collection<String> regions)
A list of
HealthCheckRegion values that you want Amazon
Route 53 to use to perform health checks for the specified endpoint. |
HealthCheckConfig |
HealthCheckConfig.withRegions(HealthCheckRegion... regions)
A list of
HealthCheckRegion values that you want Amazon
Route 53 to use to perform health checks for the specified endpoint. |
HealthCheckConfig |
HealthCheckConfig.withRegions(String... regions)
A list of
HealthCheckRegion values that you want Amazon
Route 53 to use to perform health checks for 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)
Path to ping on the instance to check the health.
|
HealthCheckConfig |
HealthCheckConfig.withSearchString(String searchString)
A string to search for in the body of a health check response.
|
HealthCheckConfig |
HealthCheckConfig.withType(HealthCheckType type)
The type of health check to be performed.
|
HealthCheckConfig |
HealthCheckConfig.withType(String type)
The type of health check to be performed.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateHealthCheckRequest.setHealthCheckConfig(HealthCheckConfig healthCheckConfig)
A complex type that contains health check configuration.
|
void |
HealthCheck.setHealthCheckConfig(HealthCheckConfig healthCheckConfig)
A complex type that contains the health check configuration.
|
CreateHealthCheckRequest |
CreateHealthCheckRequest.withHealthCheckConfig(HealthCheckConfig healthCheckConfig)
A complex type that contains health check configuration.
|
HealthCheck |
HealthCheck.withHealthCheckConfig(HealthCheckConfig healthCheckConfig)
A complex type that contains the health check configuration.
|
Copyright © 2018. All rights reserved.