Package | Description |
---|---|
com.amazonaws.services.waf.model | |
com.amazonaws.services.waf.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.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 |
---|---|
HTTPHeader |
HTTPHeader.clone() |
HTTPHeader |
HTTPHeader.withName(java.lang.String name)
The name of one of the headers in the sampled web request.
|
HTTPHeader |
HTTPHeader.withValue(java.lang.String value)
The value of one of the headers in the sampled web request.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.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(java.util.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.
|
Modifier and Type | Method and Description |
---|---|
HTTPHeader |
HTTPHeaderJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
HTTPHeaderJsonMarshaller.marshall(HTTPHeader hTTPHeader,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|