Uses of Class
software.amazon.awssdk.services.wafv2.model.CountAction
-
Packages that use CountAction Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of CountAction in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return CountAction Modifier and Type Method Description CountActionOverrideAction. count()Override the rule group evaluation result to count only.CountActionRuleAction. count()Instructs WAF to count the web request and then continue evaluating the request using the remaining rules in the web ACL.Methods in software.amazon.awssdk.services.wafv2.model with parameters of type CountAction Modifier and Type Method Description OverrideAction.BuilderOverrideAction.Builder. count(CountAction count)Override the rule group evaluation result to count only.RuleAction.BuilderRuleAction.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.
-