| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
RuleGroupReferenceStatement |
RuleGroupReferenceStatement.clone() |
RuleGroupReferenceStatement |
Statement.getRuleGroupReferenceStatement()
A rule statement used to run the rules that are defined in a RuleGroup.
|
RuleGroupReferenceStatement |
FirewallManagerStatement.getRuleGroupReferenceStatement() |
RuleGroupReferenceStatement |
RuleGroupReferenceStatement.withARN(String aRN)
The Amazon Resource Name (ARN) of the entity.
|
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Statement.setRuleGroupReferenceStatement(RuleGroupReferenceStatement ruleGroupReferenceStatement)
A rule statement used to run the rules that are defined in a RuleGroup.
|
void |
FirewallManagerStatement.setRuleGroupReferenceStatement(RuleGroupReferenceStatement ruleGroupReferenceStatement) |
Statement |
Statement.withRuleGroupReferenceStatement(RuleGroupReferenceStatement ruleGroupReferenceStatement)
A rule statement used to run the rules that are defined in a RuleGroup.
|
FirewallManagerStatement |
FirewallManagerStatement.withRuleGroupReferenceStatement(RuleGroupReferenceStatement ruleGroupReferenceStatement) |
Copyright © 2021. All rights reserved.