Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancing.model |
Classes modeling the various types represented by AmazonElasticLoadBalancing.
|
Modifier and Type | Method and Description |
---|---|
ConnectionDraining |
LoadBalancerAttributes.getConnectionDraining()
The name of the load balancer attribute.
|
ConnectionDraining |
ConnectionDraining.withEnabled(Boolean enabled)
Specifies whether connection draining is enabled for the load
balancer.
|
ConnectionDraining |
ConnectionDraining.withTimeout(Integer timeout)
Specifies 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)
The name of the load balancer attribute.
|
LoadBalancerAttributes |
LoadBalancerAttributes.withConnectionDraining(ConnectionDraining connectionDraining)
The name of the load balancer attribute.
|
Copyright © 2014. All rights reserved.