| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
RuleAction |
RuleSummary.action()
The action that WAF should take on a web request when it matches a rule's statement.
|
RuleAction |
Rule.action()
The action that WAF should take on a web request when it matches the rule statement.
|
RuleAction |
RuleActionOverride.actionToUse()
The override action to use, in place of the configured action of the rule in the rule group.
|
| Modifier and Type | Method and Description |
|---|---|
RuleSummary.Builder |
RuleSummary.Builder.action(RuleAction action)
The action that WAF should take on a web request when it matches a rule's statement.
|
Rule.Builder |
Rule.Builder.action(RuleAction action)
The action that WAF should take on a web request when it matches the rule statement.
|
RuleActionOverride.Builder |
RuleActionOverride.Builder.actionToUse(RuleAction actionToUse)
The override action to use, in place of the configured action of the rule in the rule group.
|
Copyright © 2023. All rights reserved.