| 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 Firewall Manager rule.
|
FirewallManagerRuleGroup |
FirewallManagerRuleGroup.withName(String name)
The name of the rule group.
|
FirewallManagerRuleGroup |
FirewallManagerRuleGroup.withOverrideAction(OverrideAction overrideAction)
The action to use in the place of the action that results from the rule group evaluation.
|
FirewallManagerRuleGroup |
FirewallManagerRuleGroup.withPriority(Integer priority)
If you define more than one rule group in the first or last Firewall Manager rule groups, WAF evaluates each
request against the rule groups in order, starting from the lowest priority setting.
|
FirewallManagerRuleGroup |
FirewallManagerRuleGroup.withVisibilityConfig(VisibilityConfig visibilityConfig)
Defines and enables Amazon CloudWatch metrics and web request sample collection.
|
| Modifier and Type | Method and Description |
|---|---|
List<FirewallManagerRuleGroup> |
WebACL.getPostProcessFirewallManagerRuleGroups()
The last set of rules for WAF to process in the web ACL.
|
List<FirewallManagerRuleGroup> |
WebACL.getPreProcessFirewallManagerRuleGroups()
The first set of rules for WAF to process in the web ACL.
|
| Modifier and Type | Method and Description |
|---|---|
WebACL |
WebACL.withPostProcessFirewallManagerRuleGroups(FirewallManagerRuleGroup... postProcessFirewallManagerRuleGroups)
The last set of rules for WAF to process in the web ACL.
|
WebACL |
WebACL.withPreProcessFirewallManagerRuleGroups(FirewallManagerRuleGroup... preProcessFirewallManagerRuleGroups)
The first set of rules for 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 WAF to process in the web ACL.
|
void |
WebACL.setPreProcessFirewallManagerRuleGroups(Collection<FirewallManagerRuleGroup> preProcessFirewallManagerRuleGroups)
The first set of rules for WAF to process in the web ACL.
|
WebACL |
WebACL.withPostProcessFirewallManagerRuleGroups(Collection<FirewallManagerRuleGroup> postProcessFirewallManagerRuleGroups)
The last set of rules for WAF to process in the web ACL.
|
WebACL |
WebACL.withPreProcessFirewallManagerRuleGroups(Collection<FirewallManagerRuleGroup> preProcessFirewallManagerRuleGroups)
The first set of rules for WAF to process in the web ACL.
|
Copyright © 2023. All rights reserved.