| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
CountAction |
CountAction.clone() |
CountAction |
OverrideAction.getCount()
Override the rule action setting to count.
|
CountAction |
RuleAction.getCount()
Instructs AWS WAF to count the web request and allow it.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OverrideAction.setCount(CountAction count)
Override the rule action setting to count.
|
void |
RuleAction.setCount(CountAction count)
Instructs AWS WAF to count the web request and allow it.
|
OverrideAction |
OverrideAction.withCount(CountAction count)
Override the rule action setting to count.
|
RuleAction |
RuleAction.withCount(CountAction count)
Instructs AWS WAF to count the web request and allow it.
|
Copyright © 2020. All rights reserved.