Uses of Class
software.amazon.awssdk.services.fms.model.StatefulRuleGroup
-
Packages that use StatefulRuleGroup Package Description software.amazon.awssdk.services.fms.model -
-
Uses of StatefulRuleGroup in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type StatefulRuleGroup Modifier and Type Method Description List<StatefulRuleGroup>NetworkFirewallPolicyDescription. statefulRuleGroups()The stateful rule groups that are used in the Network Firewall firewall policy.Methods in software.amazon.awssdk.services.fms.model with parameters of type StatefulRuleGroup Modifier and Type Method Description NetworkFirewallPolicyDescription.BuilderNetworkFirewallPolicyDescription.Builder. statefulRuleGroups(StatefulRuleGroup... statefulRuleGroups)The stateful rule groups that are used in the Network Firewall firewall policy.Method parameters in software.amazon.awssdk.services.fms.model with type arguments of type StatefulRuleGroup Modifier and Type Method Description NetworkFirewallPolicyDescription.BuilderNetworkFirewallPolicyDescription.Builder. statefulRuleGroups(Collection<StatefulRuleGroup> statefulRuleGroups)The stateful rule groups that are used in the Network Firewall firewall policy.
-