| 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 statement used by Firewall Manager to run the rules that are defined in a rule group.
|
RuleGroupReferenceStatement |
RuleGroupReferenceStatement.withARN(String aRN)
The Amazon Resource Name (ARN) of the entity.
|
RuleGroupReferenceStatement |
RuleGroupReferenceStatement.withExcludedRules(Collection<ExcludedRule> excludedRules)
Rules in the referenced rule group whose actions are set to
Count. |
RuleGroupReferenceStatement |
RuleGroupReferenceStatement.withExcludedRules(ExcludedRule... excludedRules)
Rules in the referenced rule group whose actions are set to
Count. |
RuleGroupReferenceStatement |
RuleGroupReferenceStatement.withRuleActionOverrides(Collection<RuleActionOverride> ruleActionOverrides)
Action settings to use in the place of the rule actions that are configured inside the rule group.
|
RuleGroupReferenceStatement |
RuleGroupReferenceStatement.withRuleActionOverrides(RuleActionOverride... ruleActionOverrides)
Action settings to use in the place of the rule actions that are configured inside the rule group.
|
| 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 statement used by Firewall Manager to run the rules that are defined in a rule group.
|
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 statement used by Firewall Manager to run the rules that are defined in a rule group.
|
Copyright © 2024. All rights reserved.