Uses of Interface
software.amazon.awssdk.services.networkfirewall.model.FlowTimeouts.Builder
-
Packages that use FlowTimeouts.Builder Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of FlowTimeouts.Builder in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return FlowTimeouts.Builder Modifier and Type Method Description static FlowTimeouts.BuilderFlowTimeouts. builder()FlowTimeouts.BuilderFlowTimeouts.Builder. tcpIdleTimeoutSeconds(Integer tcpIdleTimeoutSeconds)The number of seconds that can pass without any TCP traffic sent through the firewall before the firewall determines that the connection is idle.FlowTimeouts.BuilderFlowTimeouts. toBuilder()Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type FlowTimeouts.Builder Modifier and Type Method Description static Class<? extends FlowTimeouts.Builder>FlowTimeouts. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.networkfirewall.model with type arguments of type FlowTimeouts.Builder Modifier and Type Method Description default StatefulEngineOptions.BuilderStatefulEngineOptions.Builder. flowTimeouts(Consumer<FlowTimeouts.Builder> 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.
-