Uses of Class
com.amazonaws.services.elasticloadbalancing.model.ConnectionSettings
Packages that use ConnectionSettings
-
Uses of ConnectionSettings in com.amazonaws.services.elasticloadbalancing.model
Methods in com.amazonaws.services.elasticloadbalancing.model that return ConnectionSettingsModifier and TypeMethodDescriptionConnectionSettings.clone()
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.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 ConnectionSettingsModifier and TypeMethodDescriptionvoid
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.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.