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 ConnectionDraining
ConnectionDraining. clone()
ConnectionDraining
LoadBalancerAttributes. 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.ConnectionDraining
ConnectionDraining. withEnabled(Boolean enabled)
Specifies whether connection draining is enabled for the load balancer.ConnectionDraining
ConnectionDraining. 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 void
LoadBalancerAttributes. 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.LoadBalancerAttributes
LoadBalancerAttributes. 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.
-