Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsWafv2CustomRequestHandlingDetails
-
Packages that use AwsWafv2CustomRequestHandlingDetails Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsWafv2CustomRequestHandlingDetails in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsWafv2CustomRequestHandlingDetails Modifier and Type Method Description AwsWafv2CustomRequestHandlingDetailsAwsWafv2ActionAllowDetails. customRequestHandling()Defines custom handling for the web request.AwsWafv2CustomRequestHandlingDetailsAwsWafv2RulesActionCaptchaDetails. customRequestHandling()Defines custom handling for the web request, used when the CAPTCHA inspection determines that the request's token is valid and unexpired.AwsWafv2CustomRequestHandlingDetailsAwsWafv2RulesActionCountDetails. customRequestHandling()Defines custom handling for the web request.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsWafv2CustomRequestHandlingDetails Modifier and Type Method Description AwsWafv2ActionAllowDetails.BuilderAwsWafv2ActionAllowDetails.Builder. customRequestHandling(AwsWafv2CustomRequestHandlingDetails customRequestHandling)Defines custom handling for the web request.AwsWafv2RulesActionCaptchaDetails.BuilderAwsWafv2RulesActionCaptchaDetails.Builder. customRequestHandling(AwsWafv2CustomRequestHandlingDetails customRequestHandling)Defines custom handling for the web request, used when the CAPTCHA inspection determines that the request's token is valid and unexpired.AwsWafv2RulesActionCountDetails.BuilderAwsWafv2RulesActionCountDetails.Builder. customRequestHandling(AwsWafv2CustomRequestHandlingDetails customRequestHandling)Defines custom handling for the web request.
-