| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
List<HTTPHeader> |
HTTPRequest.headers()
A complex type that contains the name and value for each header in the sampled web request.
|
List<HTTPHeader> |
SampledHTTPRequest.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 |
|---|---|
HTTPRequest.Builder |
HTTPRequest.Builder.headers(HTTPHeader... headers)
A complex type that contains the name and value for each header in the sampled web request.
|
SampledHTTPRequest.Builder |
SampledHTTPRequest.Builder.requestHeadersInserted(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 |
|---|---|
HTTPRequest.Builder |
HTTPRequest.Builder.headers(Collection<HTTPHeader> headers)
A complex type that contains the name and value for each header in the sampled web request.
|
SampledHTTPRequest.Builder |
SampledHTTPRequest.Builder.requestHeadersInserted(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.