Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsWafv2RulesActionCaptchaDetails.Builder
-
Packages that use AwsWafv2RulesActionCaptchaDetails.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsWafv2RulesActionCaptchaDetails.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsWafv2RulesActionCaptchaDetails.Builder Modifier and Type Method Description static AwsWafv2RulesActionCaptchaDetails.BuilderAwsWafv2RulesActionCaptchaDetails. builder()default AwsWafv2RulesActionCaptchaDetails.BuilderAwsWafv2RulesActionCaptchaDetails.Builder. customRequestHandling(Consumer<AwsWafv2CustomRequestHandlingDetails.Builder> customRequestHandling)Defines custom handling for the web request, used when the CAPTCHA inspection determines that the request's token is valid and unexpired.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.AwsWafv2RulesActionCaptchaDetails.BuilderAwsWafv2RulesActionCaptchaDetails. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsWafv2RulesActionCaptchaDetails.Builder Modifier and Type Method Description static Class<? extends AwsWafv2RulesActionCaptchaDetails.Builder>AwsWafv2RulesActionCaptchaDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsWafv2RulesActionCaptchaDetails.Builder Modifier and Type Method Description default AwsWafv2RulesActionDetails.BuilderAwsWafv2RulesActionDetails.Builder. captcha(Consumer<AwsWafv2RulesActionCaptchaDetails.Builder> captcha)Instructs WAF to run a CAPTCHA check against the web request.
-