Package | Description |
---|---|
com.amazonaws.services.waf.model |
Modifier and Type | Method and Description |
---|---|
HTTPHeader |
HTTPHeader.clone() |
HTTPHeader |
HTTPHeader.withName(String name)
The name of one of the headers in the sampled web request.
|
HTTPHeader |
HTTPHeader.withValue(String value)
The value of one of the headers in the sampled web request.
|
Modifier and Type | Method and Description |
---|---|
List<HTTPHeader> |
HTTPRequest.getHeaders()
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 |
HTTPRequest.withHeaders(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 |
---|---|
void |
HTTPRequest.setHeaders(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.
|
HTTPRequest |
HTTPRequest.withHeaders(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 © 2018. All rights reserved.