| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
FirewallManagerRuleGroup |
FirewallManagerRuleGroup.clone() |
FirewallManagerRuleGroup |
FirewallManagerRuleGroup.withFirewallManagerStatement(FirewallManagerStatement firewallManagerStatement)
The processing guidance for an AWS Firewall Manager rule.
|
FirewallManagerRuleGroup |
FirewallManagerRuleGroup.withName(String name)
The name of the rule group.
|
FirewallManagerRuleGroup |
FirewallManagerRuleGroup.withOverrideAction(OverrideAction overrideAction) |
FirewallManagerRuleGroup |
FirewallManagerRuleGroup.withPriority(Integer priority)
If you define more than one rule group in the first or last Firewall Manager rule groups, AWS WAF evaluates each
request against the rule groups in order, starting from the lowest priority setting.
|
FirewallManagerRuleGroup |
FirewallManagerRuleGroup.withVisibilityConfig(VisibilityConfig visibilityConfig) |
| Modifier and Type | Method and Description |
|---|---|
List<FirewallManagerRuleGroup> |
WebACL.getPostProcessFirewallManagerRuleGroups()
The last set of rules for AWS WAF to process in the web ACL.
|
List<FirewallManagerRuleGroup> |
WebACL.getPreProcessFirewallManagerRuleGroups()
The first set of rules for AWS WAF to process in the web ACL.
|
| Modifier and Type | Method and Description |
|---|---|
WebACL |
WebACL.withPostProcessFirewallManagerRuleGroups(FirewallManagerRuleGroup... postProcessFirewallManagerRuleGroups)
The last set of rules for AWS WAF to process in the web ACL.
|
WebACL |
WebACL.withPreProcessFirewallManagerRuleGroups(FirewallManagerRuleGroup... preProcessFirewallManagerRuleGroups)
The first set of rules for AWS WAF to process in the web ACL.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebACL.setPostProcessFirewallManagerRuleGroups(Collection<FirewallManagerRuleGroup> postProcessFirewallManagerRuleGroups)
The last set of rules for AWS WAF to process in the web ACL.
|
void |
WebACL.setPreProcessFirewallManagerRuleGroups(Collection<FirewallManagerRuleGroup> preProcessFirewallManagerRuleGroups)
The first set of rules for AWS WAF to process in the web ACL.
|
WebACL |
WebACL.withPostProcessFirewallManagerRuleGroups(Collection<FirewallManagerRuleGroup> postProcessFirewallManagerRuleGroups)
The last set of rules for AWS WAF to process in the web ACL.
|
WebACL |
WebACL.withPreProcessFirewallManagerRuleGroups(Collection<FirewallManagerRuleGroup> preProcessFirewallManagerRuleGroups)
The first set of rules for AWS WAF to process in the web ACL.
|
Copyright © 2021. All rights reserved.