| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
static CaptchaAction.Builder |
CaptchaAction.builder() |
default CaptchaAction.Builder |
CaptchaAction.Builder.customRequestHandling(Consumer<CustomRequestHandling.Builder> customRequestHandling)
Defines custom handling for the web request, used when the
CAPTCHA inspection determines that
the request's token is valid and unexpired. |
CaptchaAction.Builder |
CaptchaAction.Builder.customRequestHandling(CustomRequestHandling customRequestHandling)
Defines custom handling for the web request, used when the
CAPTCHA inspection determines that
the request's token is valid and unexpired. |
CaptchaAction.Builder |
CaptchaAction.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CaptchaAction.Builder> |
CaptchaAction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RuleAction.Builder |
RuleAction.Builder.captcha(Consumer<CaptchaAction.Builder> captcha)
Instructs WAF to run a
CAPTCHA check against the web request. |
Copyright © 2023. All rights reserved.