| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
WebACL.Builder |
WebACL.Builder.postProcessFirewallManagerRuleGroups(FirewallManagerRuleGroup... postProcessFirewallManagerRuleGroups)
The last set of rules for WAF to process in the web ACL.
|
WebACL.Builder |
WebACL.Builder.preProcessFirewallManagerRuleGroups(FirewallManagerRuleGroup... preProcessFirewallManagerRuleGroups)
The first set of rules for WAF to process in the web ACL.
|
| Modifier and Type | Method and Description |
|---|---|
WebACL.Builder |
WebACL.Builder.postProcessFirewallManagerRuleGroups(Collection<FirewallManagerRuleGroup> postProcessFirewallManagerRuleGroups)
The last set of rules for WAF to process in the web ACL.
|
WebACL.Builder |
WebACL.Builder.preProcessFirewallManagerRuleGroups(Collection<FirewallManagerRuleGroup> preProcessFirewallManagerRuleGroups)
The first set of rules for WAF to process in the web ACL.
|
Copyright © 2023. All rights reserved.