| Package | Description |
|---|---|
| com.amazonaws.services.route53 | |
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateHealthCheckResult> |
AmazonRoute53AsyncClient.updateHealthCheckAsync(UpdateHealthCheckRequest request,
AsyncHandler<UpdateHealthCheckRequest,UpdateHealthCheckResult> asyncHandler) |
Future<UpdateHealthCheckResult> |
AmazonRoute53Async.updateHealthCheckAsync(UpdateHealthCheckRequest updateHealthCheckRequest,
AsyncHandler<UpdateHealthCheckRequest,UpdateHealthCheckResult> asyncHandler)
Updates an existing health check.
|
Future<UpdateHealthCheckResult> |
AbstractAmazonRoute53Async.updateHealthCheckAsync(UpdateHealthCheckRequest request,
AsyncHandler<UpdateHealthCheckRequest,UpdateHealthCheckResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateHealthCheckRequest |
UpdateHealthCheckRequest.clone() |
UpdateHealthCheckRequest |
UpdateHealthCheckRequest.withAlarmIdentifier(AlarmIdentifier alarmIdentifier) |
UpdateHealthCheckRequest |
UpdateHealthCheckRequest.withChildHealthChecks(Collection<String> childHealthChecks)
A complex type that contains one
ChildHealthCheck element for each health check that you want to
associate with a CALCULATED health check. |
UpdateHealthCheckRequest |
UpdateHealthCheckRequest.withChildHealthChecks(String... childHealthChecks)
A complex type that contains one
ChildHealthCheck element for each health check that you want to
associate with a CALCULATED health check. |
UpdateHealthCheckRequest |
UpdateHealthCheckRequest.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. |
UpdateHealthCheckRequest |
UpdateHealthCheckRequest.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.
|
UpdateHealthCheckRequest |
UpdateHealthCheckRequest.withFullyQualifiedDomainName(String fullyQualifiedDomainName)
Amazon Route 53 behavior depends on whether you specify a value for
IPAddress. |
UpdateHealthCheckRequest |
UpdateHealthCheckRequest.withHealthCheckId(String healthCheckId)
The ID for the health check for which you want detailed information.
|
UpdateHealthCheckRequest |
UpdateHealthCheckRequest.withHealthCheckVersion(Long healthCheckVersion)
A sequential counter that Amazon Route 53 sets to
1 when you create a health check and increments by
1 each time you update settings for the health check. |
UpdateHealthCheckRequest |
UpdateHealthCheckRequest.withHealthThreshold(Integer healthThreshold)
The number of child health checks that are associated with a
CALCULATED health that Amazon Route 53
must consider healthy for the CALCULATED health check to be considered healthy. |
UpdateHealthCheckRequest |
UpdateHealthCheckRequest.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:
|
UpdateHealthCheckRequest |
UpdateHealthCheckRequest.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:
|
UpdateHealthCheckRequest |
UpdateHealthCheckRequest.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.
|
UpdateHealthCheckRequest |
UpdateHealthCheckRequest.withIPAddress(String iPAddress)
The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks.
|
UpdateHealthCheckRequest |
UpdateHealthCheckRequest.withPort(Integer port)
The port on the endpoint on which you want Amazon Route 53 to perform health checks.
|
UpdateHealthCheckRequest |
UpdateHealthCheckRequest.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.
|
UpdateHealthCheckRequest |
UpdateHealthCheckRequest.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.
|
UpdateHealthCheckRequest |
UpdateHealthCheckRequest.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.
|
UpdateHealthCheckRequest |
UpdateHealthCheckRequest.withResourcePath(String resourcePath)
The path that you want Amazon Route 53 to request when performing health checks.
|
UpdateHealthCheckRequest |
UpdateHealthCheckRequest.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. |
Copyright © 2016. All rights reserved.