| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
CustomRequestHandling |
CountAction.customRequestHandling()
Defines custom handling for the web request.
|
CustomRequestHandling |
ChallengeAction.customRequestHandling()
Defines custom handling for the web request, used when the challenge inspection determines that the request's
token is valid and unexpired.
|
CustomRequestHandling |
AllowAction.customRequestHandling()
Defines custom handling for the web request.
|
CustomRequestHandling |
CaptchaAction.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 |
|---|---|
CountAction.Builder |
CountAction.Builder.customRequestHandling(CustomRequestHandling customRequestHandling)
Defines custom handling for the web request.
|
ChallengeAction.Builder |
ChallengeAction.Builder.customRequestHandling(CustomRequestHandling customRequestHandling)
Defines custom handling for the web request, used when the challenge inspection determines that the request's
token is valid and unexpired.
|
AllowAction.Builder |
AllowAction.Builder.customRequestHandling(CustomRequestHandling customRequestHandling)
Defines custom handling for the web request.
|
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. |
Copyright © 2023. All rights reserved.