| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
static CaptchaConfig.Builder |
CaptchaConfig.builder() |
default CaptchaConfig.Builder |
CaptchaConfig.Builder.immunityTimeProperty(Consumer<ImmunityTimeProperty.Builder> immunityTimeProperty)
Determines how long a
CAPTCHA timestamp in the token remains valid after the client successfully
solves a CAPTCHA puzzle. |
CaptchaConfig.Builder |
CaptchaConfig.Builder.immunityTimeProperty(ImmunityTimeProperty immunityTimeProperty)
Determines how long a
CAPTCHA timestamp in the token remains valid after the client successfully
solves a CAPTCHA puzzle. |
CaptchaConfig.Builder |
CaptchaConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CaptchaConfig.Builder> |
CaptchaConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateWebAclRequest.Builder |
CreateWebAclRequest.Builder.captchaConfig(Consumer<CaptchaConfig.Builder> captchaConfig)
Specifies how WAF should handle
CAPTCHA evaluations for rules that don't have their own
CaptchaConfig settings. |
default UpdateWebAclRequest.Builder |
UpdateWebAclRequest.Builder.captchaConfig(Consumer<CaptchaConfig.Builder> captchaConfig)
Specifies how WAF should handle
CAPTCHA evaluations for rules that don't have their own
CaptchaConfig settings. |
default Rule.Builder |
Rule.Builder.captchaConfig(Consumer<CaptchaConfig.Builder> captchaConfig)
Specifies how WAF should handle
CAPTCHA evaluations. |
default WebACL.Builder |
WebACL.Builder.captchaConfig(Consumer<CaptchaConfig.Builder> captchaConfig)
Specifies how WAF should handle
CAPTCHA evaluations for rules that don't have their own
CaptchaConfig settings. |
Copyright © 2023. All rights reserved.