Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.ConnectionDraining
-
Packages that use ConnectionDraining Package Description software.amazon.awssdk.services.elasticloadbalancing.model -
-
Uses of ConnectionDraining in software.amazon.awssdk.services.elasticloadbalancing.model
Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return ConnectionDraining Modifier and Type Method Description ConnectionDrainingLoadBalancerAttributes. connectionDraining()If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy instance.Methods in software.amazon.awssdk.services.elasticloadbalancing.model with parameters of type ConnectionDraining Modifier and Type Method Description LoadBalancerAttributes.BuilderLoadBalancerAttributes.Builder. connectionDraining(ConnectionDraining connectionDraining)If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy instance.
-