| 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()
A rule statement used to run the rules that are defined in a RuleGroup.
|
RuleGroupReferenceStatement |
RuleGroupReferenceStatement.withARN(String aRN)
The Amazon Resource Name (ARN) of the entity.
|
RuleGroupReferenceStatement |
RuleGroupReferenceStatement.withExcludedRules(Collection<ExcludedRule> excludedRules)
The rules in the referenced rule group whose actions are set to
Count. |
RuleGroupReferenceStatement |
RuleGroupReferenceStatement.withExcludedRules(ExcludedRule... excludedRules)
The rules in the referenced rule group whose actions are set to
Count. |
| 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)
A rule statement used to run the rules that are defined in a RuleGroup.
|
Statement |
Statement.withRuleGroupReferenceStatement(RuleGroupReferenceStatement ruleGroupReferenceStatement)
A rule statement used to run the rules that are defined in a RuleGroup.
|
FirewallManagerStatement |
FirewallManagerStatement.withRuleGroupReferenceStatement(RuleGroupReferenceStatement ruleGroupReferenceStatement)
A rule statement used to run the rules that are defined in a RuleGroup.
|
Copyright © 2022. All rights reserved.