Uses of Interface
software.amazon.awssdk.services.wafv2.model.CountAction.Builder
-
Packages that use CountAction.Builder Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of CountAction.Builder in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return CountAction.Builder Modifier and Type Method Description static CountAction.BuilderCountAction. builder()default CountAction.BuilderCountAction.Builder. customRequestHandling(Consumer<CustomRequestHandling.Builder> customRequestHandling)Defines custom handling for the web request.CountAction.BuilderCountAction.Builder. customRequestHandling(CustomRequestHandling customRequestHandling)Defines custom handling for the web request.CountAction.BuilderCountAction. toBuilder()Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type CountAction.Builder Modifier and Type Method Description static Class<? extends CountAction.Builder>CountAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type CountAction.Builder Modifier and Type Method Description default OverrideAction.BuilderOverrideAction.Builder. count(Consumer<CountAction.Builder> count)Override the rule group evaluation result to count only.default RuleAction.BuilderRuleAction.Builder. count(Consumer<CountAction.Builder> count)Instructs WAF to count the web request and then continue evaluating the request using the remaining rules in the web ACL.
-