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 HealthCheckHealthCheck. clone()HealthCheckCreateHealthCheckResult. getHealthCheck()A complex type that contains identifying information about the health check.HealthCheckGetHealthCheckResult. getHealthCheck()A complex type that contains the information about the specified health check.HealthCheckUpdateHealthCheckResult. getHealthCheck()HealthCheckHealthCheck. withCallerReference(String callerReference)A unique string that identifies the request to create the health check.HealthCheckHealthCheck. 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.HealthCheckHealthCheck. withHealthCheckConfig(HealthCheckConfig healthCheckConfig)A complex type that contains the health check configuration.HealthCheckHealthCheck. withHealthCheckVersion(Long healthCheckVersion)The version of the health check.HealthCheckHealthCheck. 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 voidCreateHealthCheckResult. setHealthCheck(HealthCheck healthCheck)A complex type that contains identifying information about the health check.voidGetHealthCheckResult. setHealthCheck(HealthCheck healthCheck)A complex type that contains the information about the specified health check.voidUpdateHealthCheckResult. setHealthCheck(HealthCheck healthCheck)CreateHealthCheckResultCreateHealthCheckResult. withHealthCheck(HealthCheck healthCheck)A complex type that contains identifying information about the health check.GetHealthCheckResultGetHealthCheckResult. withHealthCheck(HealthCheck healthCheck)A complex type that contains the information about the specified health check.UpdateHealthCheckResultUpdateHealthCheckResult. withHealthCheck(HealthCheck healthCheck)ListHealthChecksResultListHealthChecksResult. 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 voidListHealthChecksResult. setHealthChecks(Collection<HealthCheck> healthChecks)A complex type that contains information about the health checks associated with the current AWS account.ListHealthChecksResultListHealthChecksResult. withHealthChecks(Collection<HealthCheck> healthChecks)A complex type that contains information about the health checks associated with the current AWS account.
-