| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
Classes modeling the various types represented by AmazonRoute53.
|
| Modifier and Type | Method and Description |
|---|---|
HealthCheck |
HealthCheck.clone() |
HealthCheck |
GetHealthCheckResult.getHealthCheck()
A complex type that contains the information about the specified
health check.
|
HealthCheck |
UpdateHealthCheckResult.getHealthCheck()
A complex type that contains identifying information about the health
check.
|
HealthCheck |
CreateHealthCheckResult.getHealthCheck()
A complex type that contains identifying information about the health
check.
|
HealthCheck |
HealthCheck.withCallerReference(String callerReference)
A unique string that identifies the request to create the health
check.
|
HealthCheck |
HealthCheck.withHealthCheckConfig(HealthCheckConfig healthCheckConfig)
A complex type that contains the health check configuration.
|
HealthCheck |
HealthCheck.withHealthCheckVersion(Long healthCheckVersion)
The version of the health check.
|
HealthCheck |
HealthCheck.withId(String id)
The ID of the specified health check.
|
| Modifier and Type | Method and Description |
|---|---|
List<HealthCheck> |
ListHealthChecksResult.getHealthChecks()
A complex type that contains information about the health checks
associated with the current AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetHealthCheckResult.setHealthCheck(HealthCheck healthCheck)
A complex type that contains the information about the specified
health check.
|
void |
UpdateHealthCheckResult.setHealthCheck(HealthCheck healthCheck)
A complex type that contains identifying information about the health
check.
|
void |
CreateHealthCheckResult.setHealthCheck(HealthCheck healthCheck)
A complex type that contains identifying information about the health
check.
|
GetHealthCheckResult |
GetHealthCheckResult.withHealthCheck(HealthCheck healthCheck)
A complex type that contains the information about the specified
health check.
|
UpdateHealthCheckResult |
UpdateHealthCheckResult.withHealthCheck(HealthCheck healthCheck)
A complex type that contains identifying information about the health
check.
|
CreateHealthCheckResult |
CreateHealthCheckResult.withHealthCheck(HealthCheck healthCheck)
A complex type that contains identifying information about the health
check.
|
ListHealthChecksResult |
ListHealthChecksResult.withHealthChecks(HealthCheck... healthChecks)
A complex type that contains information about the health checks
associated with the current AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListHealthChecksResult.setHealthChecks(Collection<HealthCheck> healthChecks)
A complex type that contains information about the health checks
associated with the current AWS account.
|
ListHealthChecksResult |
ListHealthChecksResult.withHealthChecks(Collection<HealthCheck> healthChecks)
A complex type that contains information about the health checks
associated with the current AWS account.
|
Copyright © 2015. All rights reserved.