| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
CustomRequestHandling |
CustomRequestHandling.clone() |
CustomRequestHandling |
CountAction.getCustomRequestHandling()
Defines custom handling for the web request.
|
CustomRequestHandling |
CaptchaAction.getCustomRequestHandling()
Defines custom handling for the web request.
|
CustomRequestHandling |
AllowAction.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 |
CountAction.setCustomRequestHandling(CustomRequestHandling customRequestHandling)
Defines custom handling for the web request.
|
void |
CaptchaAction.setCustomRequestHandling(CustomRequestHandling customRequestHandling)
Defines custom handling for the web request.
|
void |
AllowAction.setCustomRequestHandling(CustomRequestHandling customRequestHandling)
Defines custom handling for the web request.
|
CountAction |
CountAction.withCustomRequestHandling(CustomRequestHandling customRequestHandling)
Defines custom handling for the web request.
|
CaptchaAction |
CaptchaAction.withCustomRequestHandling(CustomRequestHandling customRequestHandling)
Defines custom handling for the web request.
|
AllowAction |
AllowAction.withCustomRequestHandling(CustomRequestHandling customRequestHandling)
Defines custom handling for the web request.
|
Copyright © 2022. All rights reserved.