| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
RuleActionOverride |
RuleActionOverride.clone() |
RuleActionOverride |
RuleActionOverride.withActionToUse(RuleAction actionToUse)
The override action to use, in place of the configured action of the rule in the rule group.
|
RuleActionOverride |
RuleActionOverride.withName(String name)
The name of the rule to override.
|
| Modifier and Type | Method and Description |
|---|---|
List<RuleActionOverride> |
ManagedRuleGroupStatement.getRuleActionOverrides()
Action settings to use in the place of the rule actions that are configured inside the rule group.
|
List<RuleActionOverride> |
RuleGroupReferenceStatement.getRuleActionOverrides()
Action settings to use in the place of the rule actions that are configured inside the rule group.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedRuleGroupStatement |
ManagedRuleGroupStatement.withRuleActionOverrides(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 |
ManagedRuleGroupStatement.setRuleActionOverrides(Collection<RuleActionOverride> ruleActionOverrides)
Action settings to use in the place of the rule actions that are configured inside the rule group.
|
void |
RuleGroupReferenceStatement.setRuleActionOverrides(Collection<RuleActionOverride> ruleActionOverrides)
Action settings to use in the place of the rule actions that are configured inside the rule group.
|
ManagedRuleGroupStatement |
ManagedRuleGroupStatement.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(Collection<RuleActionOverride> ruleActionOverrides)
Action settings to use in the place of the rule actions that are configured inside the rule group.
|
Copyright © 2023. All rights reserved.