Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancing.model |
Modifier and Type | Method and Description |
---|---|
ConnectionSettings |
ConnectionSettings.clone() |
ConnectionSettings |
LoadBalancerAttributes.getConnectionSettings()
If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the
specified duration.
|
ConnectionSettings |
ConnectionSettings.withIdleTimeout(Integer idleTimeout)
The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection)
before it is closed by the load balancer.
|
Modifier and Type | Method and Description |
---|---|
void |
LoadBalancerAttributes.setConnectionSettings(ConnectionSettings connectionSettings)
If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the
specified duration.
|
LoadBalancerAttributes |
LoadBalancerAttributes.withConnectionSettings(ConnectionSettings connectionSettings)
If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the
specified duration.
|
Copyright © 2019. All rights reserved.