Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.HealthCheck
-
Packages that use HealthCheck Package Description software.amazon.awssdk.services.elasticloadbalancing.model -
-
Uses of HealthCheck in software.amazon.awssdk.services.elasticloadbalancing.model
Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return HealthCheck Modifier and Type Method Description HealthCheckConfigureHealthCheckRequest. healthCheck()The configuration information.HealthCheckConfigureHealthCheckResponse. healthCheck()The updated health check.HealthCheckLoadBalancerDescription. healthCheck()Information about the health checks conducted on the load balancer.Methods in software.amazon.awssdk.services.elasticloadbalancing.model with parameters of type HealthCheck Modifier and Type Method Description ConfigureHealthCheckRequest.BuilderConfigureHealthCheckRequest.Builder. healthCheck(HealthCheck healthCheck)The configuration information.ConfigureHealthCheckResponse.BuilderConfigureHealthCheckResponse.Builder. healthCheck(HealthCheck healthCheck)The updated health check.LoadBalancerDescription.BuilderLoadBalancerDescription.Builder. healthCheck(HealthCheck healthCheck)Information about the health checks conducted on the load balancer.
-