| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
CustomHTTPHeader |
CustomHTTPHeader.clone() |
CustomHTTPHeader |
CustomHTTPHeader.withName(String name)
The name of the custom header.
|
CustomHTTPHeader |
CustomHTTPHeader.withValue(String value)
The value of the custom header.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomHTTPHeader> |
CustomRequestHandling.getInsertHeaders()
The HTTP headers to insert into the request.
|
List<CustomHTTPHeader> |
CustomResponse.getResponseHeaders()
The HTTP headers to use in the response.
|
| Modifier and Type | Method and Description |
|---|---|
CustomRequestHandling |
CustomRequestHandling.withInsertHeaders(CustomHTTPHeader... insertHeaders)
The HTTP headers to insert into the request.
|
CustomResponse |
CustomResponse.withResponseHeaders(CustomHTTPHeader... responseHeaders)
The HTTP headers to use in the response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomRequestHandling.setInsertHeaders(Collection<CustomHTTPHeader> insertHeaders)
The HTTP headers to insert into the request.
|
void |
CustomResponse.setResponseHeaders(Collection<CustomHTTPHeader> responseHeaders)
The HTTP headers to use in the response.
|
CustomRequestHandling |
CustomRequestHandling.withInsertHeaders(Collection<CustomHTTPHeader> insertHeaders)
The HTTP headers to insert into the request.
|
CustomResponse |
CustomResponse.withResponseHeaders(Collection<CustomHTTPHeader> responseHeaders)
The HTTP headers to use in the response.
|
Copyright © 2023. All rights reserved.