| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
HTTPHeader |
HTTPHeader.clone() |
HTTPHeader |
HTTPHeader.withName(String name)
The name of the HTTP header.
|
HTTPHeader |
HTTPHeader.withValue(String value)
The value of the HTTP header.
|
| Modifier and Type | Method and Description |
|---|---|
List<HTTPHeader> |
HTTPRequest.getHeaders()
A complex type that contains the name and value for each header in the sampled web request.
|
List<HTTPHeader> |
SampledHTTPRequest.getRequestHeadersInserted()
Custom request headers inserted by WAF into the request, according to the custom request configuration for the
matching rule action.
|
| Modifier and Type | Method and Description |
|---|---|
HTTPRequest |
HTTPRequest.withHeaders(HTTPHeader... headers)
A complex type that contains the name and value for each header in the sampled web request.
|
SampledHTTPRequest |
SampledHTTPRequest.withRequestHeadersInserted(HTTPHeader... requestHeadersInserted)
Custom request headers inserted by WAF into the request, according to the custom request configuration for the
matching rule action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HTTPRequest.setHeaders(Collection<HTTPHeader> headers)
A complex type that contains the name and value for each header in the sampled web request.
|
void |
SampledHTTPRequest.setRequestHeadersInserted(Collection<HTTPHeader> requestHeadersInserted)
Custom request headers inserted by WAF into the request, according to the custom request configuration for the
matching rule action.
|
HTTPRequest |
HTTPRequest.withHeaders(Collection<HTTPHeader> headers)
A complex type that contains the name and value for each header in the sampled web request.
|
SampledHTTPRequest |
SampledHTTPRequest.withRequestHeadersInserted(Collection<HTTPHeader> requestHeadersInserted)
Custom request headers inserted by WAF into the request, according to the custom request configuration for the
matching rule action.
|
Copyright © 2023. All rights reserved.