Uses of Interface
software.amazon.awssdk.services.wafv2.model.CaptchaAction.Builder
-
Packages that use CaptchaAction.Builder Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of CaptchaAction.Builder in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return CaptchaAction.Builder Modifier and Type Method Description static CaptchaAction.BuilderCaptchaAction. builder()default CaptchaAction.BuilderCaptchaAction.Builder. customRequestHandling(Consumer<CustomRequestHandling.Builder> customRequestHandling)Defines custom handling for the web request, used when theCAPTCHAinspection determines that the request's token is valid and unexpired.CaptchaAction.BuilderCaptchaAction.Builder. customRequestHandling(CustomRequestHandling customRequestHandling)Defines custom handling for the web request, used when theCAPTCHAinspection determines that the request's token is valid and unexpired.CaptchaAction.BuilderCaptchaAction. toBuilder()Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type CaptchaAction.Builder Modifier and Type Method Description static Class<? extends CaptchaAction.Builder>CaptchaAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type CaptchaAction.Builder Modifier and Type Method Description default RuleAction.BuilderRuleAction.Builder. captcha(Consumer<CaptchaAction.Builder> captcha)Instructs WAF to run aCAPTCHAcheck against the web request.
-