| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
CountAction |
CountAction.clone() |
CountAction |
RuleAction.getCount()
Instructs WAF to count the web request and then continue evaluating the request using the remaining rules in the
web ACL.
|
CountAction |
OverrideAction.getCount()
Override the rule group evaluation result to count only.
|
CountAction |
CountAction.withCustomRequestHandling(CustomRequestHandling customRequestHandling)
Defines custom handling for the web request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleAction.setCount(CountAction count)
Instructs WAF to count the web request and then continue evaluating the request using the remaining rules in the
web ACL.
|
void |
OverrideAction.setCount(CountAction count)
Override the rule group evaluation result to count only.
|
RuleAction |
RuleAction.withCount(CountAction count)
Instructs WAF to count the web request and then continue evaluating the request using the remaining rules in the
web ACL.
|
OverrideAction |
OverrideAction.withCount(CountAction count)
Override the rule group evaluation result to count only.
|
Copyright © 2024. All rights reserved.