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