Package | Description |
---|---|
com.amazonaws.services.route53.model |
Modifier and Type | Method and Description |
---|---|
HealthCheck |
HealthCheck.clone() |
HealthCheck |
UpdateHealthCheckResult.getHealthCheck() |
HealthCheck |
CreateHealthCheckResult.getHealthCheck()
A complex type that contains identifying information about the health
check.
|
HealthCheck |
GetHealthCheckResult.getHealthCheck()
A complex type that contains the information about the specified health
check.
|
HealthCheck |
HealthCheck.withCallerReference(String callerReference)
A unique string that identifies the request to create the health check.
|
HealthCheck |
HealthCheck.withCloudWatchAlarmConfiguration(CloudWatchAlarmConfiguration cloudWatchAlarmConfiguration)
For CLOUDWATCH_METRIC health checks, a complex type that contains
information about the CloudWatch alarm that you're associating with 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 |
UpdateHealthCheckResult.setHealthCheck(HealthCheck healthCheck) |
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 the information about the specified health
check.
|
UpdateHealthCheckResult |
UpdateHealthCheckResult.withHealthCheck(HealthCheck healthCheck) |
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 the information about the specified 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 © 2018. All rights reserved.