| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
CountAction |
RuleAction.count()
Instructs WAF to count the web request and then continue evaluating the request using the remaining rules in the
web ACL.
|
CountAction |
OverrideAction.count()
Override the rule group evaluation result to count only.
|
| Modifier and Type | Method and Description |
|---|---|
RuleAction.Builder |
RuleAction.Builder.count(CountAction count)
Instructs WAF to count the web request and then continue evaluating the request using the remaining rules in
the web ACL.
|
OverrideAction.Builder |
OverrideAction.Builder.count(CountAction count)
Override the rule group evaluation result to count only.
|
Copyright © 2023. All rights reserved.