Uses of Class
software.amazon.awssdk.services.wafv2.model.AllowAction
-
Packages that use AllowAction Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of AllowAction in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return AllowAction Modifier and Type Method Description AllowActionDefaultAction. allow()Specifies that WAF should allow requests by default.AllowActionRuleAction. allow()Instructs WAF to allow the web request.Methods in software.amazon.awssdk.services.wafv2.model with parameters of type AllowAction Modifier and Type Method Description DefaultAction.BuilderDefaultAction.Builder. allow(AllowAction allow)Specifies that WAF should allow requests by default.RuleAction.BuilderRuleAction.Builder. allow(AllowAction allow)Instructs WAF to allow the web request.
-