Uses of Class
com.amazonaws.services.elasticloadbalancing.model.ConnectionSettings
-
Packages that use ConnectionSettings Package Description com.amazonaws.services.elasticloadbalancing.model -
-
Uses of ConnectionSettings in com.amazonaws.services.elasticloadbalancing.model
Methods in com.amazonaws.services.elasticloadbalancing.model that return ConnectionSettings Modifier and Type Method 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.Methods in com.amazonaws.services.elasticloadbalancing.model with parameters of type ConnectionSettings Modifier and Type Method 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.
-