Uses of Class
software.amazon.awssdk.services.networkfirewall.model.FlowTimeouts
-
Packages that use FlowTimeouts Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of FlowTimeouts in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return FlowTimeouts Modifier and Type Method Description FlowTimeoutsStatefulEngineOptions. flowTimeouts()Configures the amount of time that can pass without any traffic sent through the firewall before the firewall determines that the connection is idle.Methods in software.amazon.awssdk.services.networkfirewall.model with parameters of type FlowTimeouts Modifier and Type Method Description StatefulEngineOptions.BuilderStatefulEngineOptions.Builder. flowTimeouts(FlowTimeouts flowTimeouts)Configures the amount of time that can pass without any traffic sent through the firewall before the firewall determines that the connection is idle.
-