Uses of Interface
software.amazon.awssdk.services.wafv2.model.CaptchaConfig.Builder
-
Packages that use CaptchaConfig.Builder Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of CaptchaConfig.Builder in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return CaptchaConfig.Builder Modifier and Type Method Description static CaptchaConfig.BuilderCaptchaConfig. builder()default CaptchaConfig.BuilderCaptchaConfig.Builder. immunityTimeProperty(Consumer<ImmunityTimeProperty.Builder> immunityTimeProperty)Determines how long aCAPTCHAtimestamp in the token remains valid after the client successfully solves aCAPTCHApuzzle.CaptchaConfig.BuilderCaptchaConfig.Builder. immunityTimeProperty(ImmunityTimeProperty immunityTimeProperty)Determines how long aCAPTCHAtimestamp in the token remains valid after the client successfully solves aCAPTCHApuzzle.CaptchaConfig.BuilderCaptchaConfig. toBuilder()Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type CaptchaConfig.Builder Modifier and Type Method Description static Class<? extends CaptchaConfig.Builder>CaptchaConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type CaptchaConfig.Builder Modifier and Type Method Description default CreateWebAclRequest.BuilderCreateWebAclRequest.Builder. captchaConfig(Consumer<CaptchaConfig.Builder> captchaConfig)Specifies how WAF should handleCAPTCHAevaluations for rules that don't have their ownCaptchaConfigsettings.default Rule.BuilderRule.Builder. captchaConfig(Consumer<CaptchaConfig.Builder> captchaConfig)Specifies how WAF should handleCAPTCHAevaluations.default UpdateWebAclRequest.BuilderUpdateWebAclRequest.Builder. captchaConfig(Consumer<CaptchaConfig.Builder> captchaConfig)Specifies how WAF should handleCAPTCHAevaluations for rules that don't have their ownCaptchaConfigsettings.default WebACL.BuilderWebACL.Builder. captchaConfig(Consumer<CaptchaConfig.Builder> captchaConfig)Specifies how WAF should handleCAPTCHAevaluations for rules that don't have their ownCaptchaConfigsettings.
-