Uses of Class
software.amazon.awssdk.services.wafv2.model.CaptchaAction
-
Packages that use CaptchaAction Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of CaptchaAction in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return CaptchaAction Modifier and Type Method Description CaptchaActionRuleAction. captcha()Instructs WAF to run aCAPTCHAcheck against the web request.Methods in software.amazon.awssdk.services.wafv2.model with parameters of type CaptchaAction Modifier and Type Method Description RuleAction.BuilderRuleAction.Builder. captcha(CaptchaAction captcha)Instructs WAF to run aCAPTCHAcheck against the web request.
-