| 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.
|
| 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.
|
| 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.
|
HTTPRequest |
HTTPRequest.withHeaders(Collection<HTTPHeader> headers)
A complex type that contains the name and value for each header in the sampled web request.
|
Copyright © 2020. All rights reserved.