Package | Description |
---|---|
com.amazonaws.services.route53.model |
Classes modeling the various types represented by AmazonRoute53.
|
Modifier and Type | Method and Description |
---|---|
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.withFailureThreshold(Integer failureThreshold)
The number of consecutive health checks that an endpoint must pass or
fail for 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.withIPAddress(String iPAddress)
IP Address of the instance being checked.
|
HealthCheckConfig |
HealthCheckConfig.withPort(Integer port)
Port on which connection will be opened to the instance to health
check.
|
HealthCheckConfig |
HealthCheckConfig.withRequestInterval(Integer requestInterval)
The number of seconds between the time that 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 © 2014. All rights reserved.