| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
HealthCheck |
HealthCheck.clone() |
HealthCheck |
CreateHealthCheckResult.getHealthCheck()
A complex type that contains identifying information about the health check.
|
HealthCheck |
GetHealthCheckResult.getHealthCheck()
A complex type that contains information about one health check that is associated with the current AWS account.
|
HealthCheck |
UpdateHealthCheckResult.getHealthCheck()
A complex type that contains the response to an
UpdateHealthCheck request. |
HealthCheck |
HealthCheck.withCallerReference(String callerReference)
A unique string that you specified when you created the health check.
|
HealthCheck |
HealthCheck.withCloudWatchAlarmConfiguration(CloudWatchAlarmConfiguration cloudWatchAlarmConfiguration)
A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this
health check.
|
HealthCheck |
HealthCheck.withHealthCheckConfig(HealthCheckConfig healthCheckConfig)
A complex type that contains detailed information about one health check.
|
HealthCheck |
HealthCheck.withHealthCheckVersion(Long healthCheckVersion)
The version of the health check.
|
HealthCheck |
HealthCheck.withId(String id)
The identifier that Amazon Route 53 assigned to the health check when you created it.
|
HealthCheck |
HealthCheck.withLinkedService(LinkedService linkedService)
If the health check was created by another service, the service that created the health check.
|
| Modifier and Type | Method and Description |
|---|---|
List<HealthCheck> |
ListHealthChecksResult.getHealthChecks()
A complex type that contains one
HealthCheck element for each health check that is associated with
the current AWS account. |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateHealthCheckResult.setHealthCheck(HealthCheck healthCheck)
A complex type that contains identifying information about the health check.
|
void |
GetHealthCheckResult.setHealthCheck(HealthCheck healthCheck)
A complex type that contains information about one health check that is associated with the current AWS account.
|
void |
UpdateHealthCheckResult.setHealthCheck(HealthCheck healthCheck)
A complex type that contains the response to an
UpdateHealthCheck request. |
CreateHealthCheckResult |
CreateHealthCheckResult.withHealthCheck(HealthCheck healthCheck)
A complex type that contains identifying information about the health check.
|
GetHealthCheckResult |
GetHealthCheckResult.withHealthCheck(HealthCheck healthCheck)
A complex type that contains information about one health check that is associated with the current AWS account.
|
UpdateHealthCheckResult |
UpdateHealthCheckResult.withHealthCheck(HealthCheck healthCheck)
A complex type that contains the response to an
UpdateHealthCheck request. |
ListHealthChecksResult |
ListHealthChecksResult.withHealthChecks(HealthCheck... healthChecks)
A complex type that contains one
HealthCheck element for each health check that is associated with
the current AWS account. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListHealthChecksResult.setHealthChecks(Collection<HealthCheck> healthChecks)
A complex type that contains one
HealthCheck element for each health check that is associated with
the current AWS account. |
ListHealthChecksResult |
ListHealthChecksResult.withHealthChecks(Collection<HealthCheck> healthChecks)
A complex type that contains one
HealthCheck element for each health check that is associated with
the current AWS account. |
Copyright © 2021. All rights reserved.