Uses of Class
software.amazon.awssdk.services.wafv2.model.FirewallManagerRuleGroup
-
Packages that use FirewallManagerRuleGroup Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of FirewallManagerRuleGroup in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type FirewallManagerRuleGroup Modifier and Type Method Description List<FirewallManagerRuleGroup>WebACL. postProcessFirewallManagerRuleGroups()The last set of rules for WAF to process in the web ACL.List<FirewallManagerRuleGroup>WebACL. preProcessFirewallManagerRuleGroups()The first set of rules for WAF to process in the web ACL.Methods in software.amazon.awssdk.services.wafv2.model with parameters of type FirewallManagerRuleGroup Modifier and Type Method Description WebACL.BuilderWebACL.Builder. postProcessFirewallManagerRuleGroups(FirewallManagerRuleGroup... postProcessFirewallManagerRuleGroups)The last set of rules for WAF to process in the web ACL.WebACL.BuilderWebACL.Builder. preProcessFirewallManagerRuleGroups(FirewallManagerRuleGroup... preProcessFirewallManagerRuleGroups)The first set of rules for WAF to process in the web ACL.Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type FirewallManagerRuleGroup Modifier and Type Method Description WebACL.BuilderWebACL.Builder. postProcessFirewallManagerRuleGroups(Collection<FirewallManagerRuleGroup> postProcessFirewallManagerRuleGroups)The last set of rules for WAF to process in the web ACL.WebACL.BuilderWebACL.Builder. preProcessFirewallManagerRuleGroups(Collection<FirewallManagerRuleGroup> preProcessFirewallManagerRuleGroups)The first set of rules for WAF to process in the web ACL.
-