| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
List<CustomHTTPHeader> |
CustomRequestHandling.insertHeaders()
The HTTP headers to insert into the request.
|
List<CustomHTTPHeader> |
CustomResponse.responseHeaders()
The HTTP headers to use in the response.
|
| Modifier and Type | Method and Description |
|---|---|
CustomRequestHandling.Builder |
CustomRequestHandling.Builder.insertHeaders(CustomHTTPHeader... insertHeaders)
The HTTP headers to insert into the request.
|
CustomResponse.Builder |
CustomResponse.Builder.responseHeaders(CustomHTTPHeader... responseHeaders)
The HTTP headers to use in the response.
|
| Modifier and Type | Method and Description |
|---|---|
CustomRequestHandling.Builder |
CustomRequestHandling.Builder.insertHeaders(Collection<CustomHTTPHeader> insertHeaders)
The HTTP headers to insert into the request.
|
CustomResponse.Builder |
CustomResponse.Builder.responseHeaders(Collection<CustomHTTPHeader> responseHeaders)
The HTTP headers to use in the response.
|
Copyright © 2023. All rights reserved.