| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
CaptchaConfig |
CaptchaConfig.clone() |
CaptchaConfig |
WebACL.getCaptchaConfig()
Specifies how WAF should handle
CAPTCHA evaluations for rules that don't have their own
CaptchaConfig settings. |
CaptchaConfig |
UpdateWebACLRequest.getCaptchaConfig()
Specifies how WAF should handle
CAPTCHA evaluations for rules that don't have their own
CaptchaConfig settings. |
CaptchaConfig |
CreateWebACLRequest.getCaptchaConfig()
Specifies how WAF should handle
CAPTCHA evaluations for rules that don't have their own
CaptchaConfig settings. |
CaptchaConfig |
Rule.getCaptchaConfig()
Specifies how WAF should handle
CAPTCHA evaluations. |
CaptchaConfig |
CaptchaConfig.withImmunityTimeProperty(ImmunityTimeProperty immunityTimeProperty)
Determines how long a
CAPTCHA timestamp in the token remains valid after the client successfully
solves a CAPTCHA puzzle. |
| Modifier and Type | Method and Description |
|---|---|
void |
WebACL.setCaptchaConfig(CaptchaConfig captchaConfig)
Specifies how WAF should handle
CAPTCHA evaluations for rules that don't have their own
CaptchaConfig settings. |
void |
UpdateWebACLRequest.setCaptchaConfig(CaptchaConfig captchaConfig)
Specifies how WAF should handle
CAPTCHA evaluations for rules that don't have their own
CaptchaConfig settings. |
void |
CreateWebACLRequest.setCaptchaConfig(CaptchaConfig captchaConfig)
Specifies how WAF should handle
CAPTCHA evaluations for rules that don't have their own
CaptchaConfig settings. |
void |
Rule.setCaptchaConfig(CaptchaConfig captchaConfig)
Specifies how WAF should handle
CAPTCHA evaluations. |
WebACL |
WebACL.withCaptchaConfig(CaptchaConfig captchaConfig)
Specifies how WAF should handle
CAPTCHA evaluations for rules that don't have their own
CaptchaConfig settings. |
UpdateWebACLRequest |
UpdateWebACLRequest.withCaptchaConfig(CaptchaConfig captchaConfig)
Specifies how WAF should handle
CAPTCHA evaluations for rules that don't have their own
CaptchaConfig settings. |
CreateWebACLRequest |
CreateWebACLRequest.withCaptchaConfig(CaptchaConfig captchaConfig)
Specifies how WAF should handle
CAPTCHA evaluations for rules that don't have their own
CaptchaConfig settings. |
Rule |
Rule.withCaptchaConfig(CaptchaConfig captchaConfig)
Specifies how WAF should handle
CAPTCHA evaluations. |
Copyright © 2023. All rights reserved.