Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.ConnectionSettings
-
Packages that use ConnectionSettings Package Description software.amazon.awssdk.services.elasticloadbalancing.model -
-
Uses of ConnectionSettings in software.amazon.awssdk.services.elasticloadbalancing.model
Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return ConnectionSettings Modifier and Type Method Description ConnectionSettingsLoadBalancerAttributes. connectionSettings()If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.Methods in software.amazon.awssdk.services.elasticloadbalancing.model with parameters of type ConnectionSettings Modifier and Type Method Description LoadBalancerAttributes.BuilderLoadBalancerAttributes.Builder. connectionSettings(ConnectionSettings connectionSettings)If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.
-