| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
OverrideAction |
OverrideAction.clone() |
OverrideAction |
FirewallManagerRuleGroup.getOverrideAction()
The action to use in the place of the action that results from the rule group evaluation.
|
OverrideAction |
Rule.getOverrideAction()
The action to use in the place of the action that results from the rule group evaluation.
|
OverrideAction |
OverrideAction.withCount(CountAction count)
Override the rule group evaluation result to count only.
|
OverrideAction |
OverrideAction.withNone(NoneAction none)
Don't override the rule group evaluation result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FirewallManagerRuleGroup.setOverrideAction(OverrideAction overrideAction)
The action to use in the place of the action that results from the rule group evaluation.
|
void |
Rule.setOverrideAction(OverrideAction overrideAction)
The action to use in the place of the action that results from the rule group evaluation.
|
FirewallManagerRuleGroup |
FirewallManagerRuleGroup.withOverrideAction(OverrideAction overrideAction)
The action to use in the place of the action that results from the rule group evaluation.
|
Rule |
Rule.withOverrideAction(OverrideAction overrideAction)
The action to use in the place of the action that results from the rule group evaluation.
|
Copyright © 2023. All rights reserved.