Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancing.model | |
com.amazonaws.services.elasticloadbalancing.model.transform |
Modifier and Type | Field and Description |
---|---|
private ConnectionDraining |
LoadBalancerAttributes.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.
|
Modifier and Type | Method and 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(java.lang.Boolean enabled)
Specifies whether connection draining is enabled for the load balancer.
|
ConnectionDraining |
ConnectionDraining.withTimeout(java.lang.Integer timeout)
The maximum time, in seconds, to keep the existing connections open
before deregistering the instances.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
ConnectionDraining |
ConnectionDrainingStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |