Uses of Class
com.amazonaws.services.elasticloadbalancing.model.ConnectionDraining
-
Packages that use ConnectionDraining Package Description com.amazonaws.services.elasticloadbalancing.model -
-
Uses of ConnectionDraining in com.amazonaws.services.elasticloadbalancing.model
Methods in com.amazonaws.services.elasticloadbalancing.model that return ConnectionDraining Modifier and Type Method Description ConnectionDrainingConnectionDraining. clone()ConnectionDrainingLoadBalancerAttributes. getConnectionDraining()If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy back-end instance.ConnectionDrainingConnectionDraining. withEnabled(Boolean enabled)Specifies whether connection draining is enabled for the load balancer.ConnectionDrainingConnectionDraining. withTimeout(Integer timeout)The maximum time, in seconds, to keep the existing connections open before deregistering the instances.Methods in com.amazonaws.services.elasticloadbalancing.model with parameters of type ConnectionDraining Modifier and Type Method Description voidLoadBalancerAttributes. setConnectionDraining(ConnectionDraining connectionDraining)If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy back-end instance.LoadBalancerAttributesLoadBalancerAttributes. withConnectionDraining(ConnectionDraining connectionDraining)If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy back-end instance.
-