Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.HealthCheck
Packages that use HealthCheck
-
Uses of HealthCheck in software.amazon.awssdk.services.elasticloadbalancing.model
Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return HealthCheckModifier and TypeMethodDescriptionfinal HealthCheckConfigureHealthCheckRequest.healthCheck()The configuration information.final HealthCheckConfigureHealthCheckResponse.healthCheck()The updated health check.final HealthCheckLoadBalancerDescription.healthCheck()Information about the health checks conducted on the load balancer.Methods in software.amazon.awssdk.services.elasticloadbalancing.model with parameters of type HealthCheckModifier and TypeMethodDescriptionConfigureHealthCheckRequest.Builder.healthCheck(HealthCheck healthCheck) The configuration information.ConfigureHealthCheckResponse.Builder.healthCheck(HealthCheck healthCheck) The updated health check.LoadBalancerDescription.Builder.healthCheck(HealthCheck healthCheck) Information about the health checks conducted on the load balancer.