Uses of Class
software.amazon.awssdk.services.route53.model.HealthCheckConfig
-
Packages that use HealthCheckConfig Package Description software.amazon.awssdk.services.route53.model -
-
Uses of HealthCheckConfig in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return HealthCheckConfig Modifier and Type Method Description HealthCheckConfigCreateHealthCheckRequest. healthCheckConfig()A complex type that contains settings for a new health check.HealthCheckConfigHealthCheck. healthCheckConfig()A complex type that contains detailed information about one health check.Methods in software.amazon.awssdk.services.route53.model with parameters of type HealthCheckConfig Modifier and Type Method Description CreateHealthCheckRequest.BuilderCreateHealthCheckRequest.Builder. healthCheckConfig(HealthCheckConfig healthCheckConfig)A complex type that contains settings for a new health check.HealthCheck.BuilderHealthCheck.Builder. healthCheckConfig(HealthCheckConfig healthCheckConfig)A complex type that contains detailed information about one health check.
-