| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
CaptchaAction |
CaptchaAction.clone() |
CaptchaAction |
RuleAction.getCaptcha()
Instructs WAF to run a
CAPTCHA check against the web request. |
CaptchaAction |
CaptchaAction.withCustomRequestHandling(CustomRequestHandling customRequestHandling)
Defines custom handling for the web request, used when the
CAPTCHA inspection determines that the
request's token is valid and unexpired. |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleAction.setCaptcha(CaptchaAction captcha)
Instructs WAF to run a
CAPTCHA check against the web request. |
RuleAction |
RuleAction.withCaptcha(CaptchaAction captcha)
Instructs WAF to run a
CAPTCHA check against the web request. |
Copyright © 2023. All rights reserved.