| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
CustomRequestHandling |
CustomRequestHandling.clone() |
CustomRequestHandling |
ChallengeAction.getCustomRequestHandling()
Defines custom handling for the web request, used when the challenge inspection determines that the request's
token is valid and unexpired.
|
CustomRequestHandling |
CaptchaAction.getCustomRequestHandling()
Defines custom handling for the web request, used when the
CAPTCHA inspection determines that the
request's token is valid and unexpired. |
CustomRequestHandling |
AllowAction.getCustomRequestHandling()
Defines custom handling for the web request.
|
CustomRequestHandling |
CountAction.getCustomRequestHandling()
Defines custom handling for the web request.
|
CustomRequestHandling |
CustomRequestHandling.withInsertHeaders(Collection<CustomHTTPHeader> insertHeaders)
The HTTP headers to insert into the request.
|
CustomRequestHandling |
CustomRequestHandling.withInsertHeaders(CustomHTTPHeader... insertHeaders)
The HTTP headers to insert into the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChallengeAction.setCustomRequestHandling(CustomRequestHandling customRequestHandling)
Defines custom handling for the web request, used when the challenge inspection determines that the request's
token is valid and unexpired.
|
void |
CaptchaAction.setCustomRequestHandling(CustomRequestHandling customRequestHandling)
Defines custom handling for the web request, used when the
CAPTCHA inspection determines that the
request's token is valid and unexpired. |
void |
AllowAction.setCustomRequestHandling(CustomRequestHandling customRequestHandling)
Defines custom handling for the web request.
|
void |
CountAction.setCustomRequestHandling(CustomRequestHandling customRequestHandling)
Defines custom handling for the web request.
|
ChallengeAction |
ChallengeAction.withCustomRequestHandling(CustomRequestHandling customRequestHandling)
Defines custom handling for the web request, used when the challenge inspection determines that the request's
token is valid and unexpired.
|
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. |
AllowAction |
AllowAction.withCustomRequestHandling(CustomRequestHandling customRequestHandling)
Defines custom handling for the web request.
|
CountAction |
CountAction.withCustomRequestHandling(CustomRequestHandling customRequestHandling)
Defines custom handling for the web request.
|
Copyright © 2024. All rights reserved.