| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
OverrideAction |
OverrideAction.clone() |
OverrideAction |
Rule.getOverrideAction()
The action to use to override the rule's
Action setting. |
OverrideAction |
OverrideAction.withCount(CountAction count)
Override the rule action setting to count.
|
OverrideAction |
OverrideAction.withNone(NoneAction none)
Don't override the rule action setting.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Rule.setOverrideAction(OverrideAction overrideAction)
The action to use to override the rule's
Action setting. |
Rule |
Rule.withOverrideAction(OverrideAction overrideAction)
The action to use to override the rule's
Action setting. |
Copyright © 2020. All rights reserved.