| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
CaptchaConfig |
CreateWebAclRequest.captchaConfig()
Specifies how WAF should handle
CAPTCHA evaluations for rules that don't have their own
CaptchaConfig settings. |
CaptchaConfig |
UpdateWebAclRequest.captchaConfig()
Specifies how WAF should handle
CAPTCHA evaluations for rules that don't have their own
CaptchaConfig settings. |
CaptchaConfig |
Rule.captchaConfig()
Specifies how WAF should handle
CAPTCHA evaluations. |
CaptchaConfig |
WebACL.captchaConfig()
Specifies how WAF should handle
CAPTCHA evaluations for rules that don't have their own
CaptchaConfig settings. |
| Modifier and Type | Method and Description |
|---|---|
CreateWebAclRequest.Builder |
CreateWebAclRequest.Builder.captchaConfig(CaptchaConfig captchaConfig)
Specifies how WAF should handle
CAPTCHA evaluations for rules that don't have their own
CaptchaConfig settings. |
UpdateWebAclRequest.Builder |
UpdateWebAclRequest.Builder.captchaConfig(CaptchaConfig captchaConfig)
Specifies how WAF should handle
CAPTCHA evaluations for rules that don't have their own
CaptchaConfig settings. |
Rule.Builder |
Rule.Builder.captchaConfig(CaptchaConfig captchaConfig)
Specifies how WAF should handle
CAPTCHA evaluations. |
WebACL.Builder |
WebACL.Builder.captchaConfig(CaptchaConfig captchaConfig)
Specifies how WAF should handle
CAPTCHA evaluations for rules that don't have their own
CaptchaConfig settings. |
Copyright © 2023. All rights reserved.