Uses of Class
software.amazon.awssdk.services.wafv2.model.CustomRequestHandling
-
Packages that use CustomRequestHandling Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of CustomRequestHandling in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return CustomRequestHandling Modifier and Type Method Description CustomRequestHandlingAllowAction. customRequestHandling()Defines custom handling for the web request.CustomRequestHandlingCaptchaAction. customRequestHandling()Defines custom handling for the web request, used when theCAPTCHAinspection determines that the request's token is valid and unexpired.CustomRequestHandlingChallengeAction. customRequestHandling()Defines custom handling for the web request, used when the challenge inspection determines that the request's token is valid and unexpired.CustomRequestHandlingCountAction. customRequestHandling()Defines custom handling for the web request.Methods in software.amazon.awssdk.services.wafv2.model with parameters of type CustomRequestHandling Modifier and Type Method Description AllowAction.BuilderAllowAction.Builder. customRequestHandling(CustomRequestHandling customRequestHandling)Defines custom handling for the web request.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.ChallengeAction.BuilderChallengeAction.Builder. customRequestHandling(CustomRequestHandling customRequestHandling)Defines custom handling for the web request, used when the challenge inspection determines that the request's token is valid and unexpired.CountAction.BuilderCountAction.Builder. customRequestHandling(CustomRequestHandling customRequestHandling)Defines custom handling for the web request.
-