Uses of Class
software.amazon.awssdk.services.networkfirewall.model.StatefulRuleGroupReference
-
Packages that use StatefulRuleGroupReference Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of StatefulRuleGroupReference in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type StatefulRuleGroupReference Modifier and Type Method Description List<StatefulRuleGroupReference>FirewallPolicy. statefulRuleGroupReferences()References to the stateful rule groups that are used in the policy.Methods in software.amazon.awssdk.services.networkfirewall.model with parameters of type StatefulRuleGroupReference Modifier and Type Method Description FirewallPolicy.BuilderFirewallPolicy.Builder. statefulRuleGroupReferences(StatefulRuleGroupReference... statefulRuleGroupReferences)References to the stateful rule groups that are used in the policy.Method parameters in software.amazon.awssdk.services.networkfirewall.model with type arguments of type StatefulRuleGroupReference Modifier and Type Method Description FirewallPolicy.BuilderFirewallPolicy.Builder. statefulRuleGroupReferences(Collection<StatefulRuleGroupReference> statefulRuleGroupReferences)References to the stateful rule groups that are used in the policy.
-