| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
List<HTTPHeader> |
HTTPRequest.headers()
A complex type that contains two values for each header in the sampled web request: the name of the header and
the value of the header.
|
| Modifier and Type | Method and Description |
|---|---|
HTTPRequest.Builder |
HTTPRequest.Builder.headers(HTTPHeader... headers)
A complex type that contains two values for each header in the sampled web request: the name of the header
and the value of the header.
|
| Modifier and Type | Method and Description |
|---|---|
HTTPRequest.Builder |
HTTPRequest.Builder.headers(Collection<HTTPHeader> headers)
A complex type that contains two values for each header in the sampled web request: the name of the header
and the value of the header.
|
Copyright © 2023. All rights reserved.