| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
List<RuleActionOverride> |
ManagedRuleGroupStatement.ruleActionOverrides()
Action settings to use in the place of the rule actions that are configured inside the rule group.
|
List<RuleActionOverride> |
RuleGroupReferenceStatement.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 |
|---|---|
ManagedRuleGroupStatement.Builder |
ManagedRuleGroupStatement.Builder.ruleActionOverrides(RuleActionOverride... ruleActionOverrides)
Action settings to use in the place of the rule actions that are configured inside the rule group.
|
RuleGroupReferenceStatement.Builder |
RuleGroupReferenceStatement.Builder.ruleActionOverrides(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 |
|---|---|
ManagedRuleGroupStatement.Builder |
ManagedRuleGroupStatement.Builder.ruleActionOverrides(Collection<RuleActionOverride> ruleActionOverrides)
Action settings to use in the place of the rule actions that are configured inside the rule group.
|
RuleGroupReferenceStatement.Builder |
RuleGroupReferenceStatement.Builder.ruleActionOverrides(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.