Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.ConnectionDraining
Packages that use ConnectionDraining
-
Uses of ConnectionDraining in software.amazon.awssdk.services.elasticloadbalancing.model
Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return ConnectionDrainingModifier and TypeMethodDescriptionfinal 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 ConnectionDrainingModifier and TypeMethodDescriptionLoadBalancerAttributes.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.