| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
ExcludedRule |
ExcludedRule.clone() |
ExcludedRule |
ExcludedRule.withName(String name)
The name of the rule to exclude.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExcludedRule> |
RuleGroupReferenceStatement.getExcludedRules()
The names of rules that are in the referenced rule group, but that you want AWS WAF to exclude from processing
for this rule statement.
|
List<ExcludedRule> |
ManagedRuleGroupStatement.getExcludedRules()
The rules whose actions are set to
COUNT by the web ACL, regardless of the action that is set on the
rule. |
| Modifier and Type | Method and Description |
|---|---|
RuleGroupReferenceStatement |
RuleGroupReferenceStatement.withExcludedRules(ExcludedRule... excludedRules)
The names of rules that are in the referenced rule group, but that you want AWS WAF to exclude from processing
for this rule statement.
|
ManagedRuleGroupStatement |
ManagedRuleGroupStatement.withExcludedRules(ExcludedRule... excludedRules)
The rules whose actions are set to
COUNT by the web ACL, regardless of the action that is set on the
rule. |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleGroupReferenceStatement.setExcludedRules(Collection<ExcludedRule> excludedRules)
The names of rules that are in the referenced rule group, but that you want AWS WAF to exclude from processing
for this rule statement.
|
void |
ManagedRuleGroupStatement.setExcludedRules(Collection<ExcludedRule> excludedRules)
The rules whose actions are set to
COUNT by the web ACL, regardless of the action that is set on the
rule. |
RuleGroupReferenceStatement |
RuleGroupReferenceStatement.withExcludedRules(Collection<ExcludedRule> excludedRules)
The names of rules that are in the referenced rule group, but that you want AWS WAF to exclude from processing
for this rule statement.
|
ManagedRuleGroupStatement |
ManagedRuleGroupStatement.withExcludedRules(Collection<ExcludedRule> excludedRules)
The rules whose actions are set to
COUNT by the web ACL, regardless of the action that is set on the
rule. |
Copyright © 2020. All rights reserved.