Uses of Class
com.amazonaws.services.route53.model.HealthCheck
-
Packages that use HealthCheck Package Description com.amazonaws.services.route53.model -
-
Uses of HealthCheck in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return HealthCheck Modifier and Type Method 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 the information about the specified health check.HealthCheck
UpdateHealthCheckResult. getHealthCheck()
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.Methods in com.amazonaws.services.route53.model that return types with arguments of type HealthCheck Modifier and Type Method Description List<HealthCheck>
ListHealthChecksResult. getHealthChecks()
A complex type that contains information about the health checks associated with the current AWS account.Methods in com.amazonaws.services.route53.model with parameters of type HealthCheck Modifier and Type Method 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 the information about the specified health check.void
UpdateHealthCheckResult. setHealthCheck(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.UpdateHealthCheckResult
UpdateHealthCheckResult. withHealthCheck(HealthCheck healthCheck)
ListHealthChecksResult
ListHealthChecksResult. withHealthChecks(HealthCheck... healthChecks)
A complex type that contains information about the health checks associated with the current AWS account.Method parameters in com.amazonaws.services.route53.model with type arguments of type HealthCheck Modifier and Type Method 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.
-