Package | Description |
---|---|
com.amazonaws.services.waf.model | |
com.amazonaws.services.waf.model.transform |
Modifier and Type | Field and Description |
---|---|
private HTTPRequest |
SampledHTTPRequest.request
A complex type that contains detailed information about the request.
|
Modifier and Type | Method and Description |
---|---|
HTTPRequest |
HTTPRequest.clone() |
HTTPRequest |
SampledHTTPRequest.getRequest()
A complex type that contains detailed information about the request.
|
HTTPRequest |
HTTPRequest.withClientIP(java.lang.String clientIP)
The IP address that the request originated from.
|
HTTPRequest |
HTTPRequest.withCountry(java.lang.String country)
The two-letter country code for the country that the request originated
from.
|
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.
|
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.
|
HTTPRequest |
HTTPRequest.withHTTPVersion(java.lang.String hTTPVersion)
The HTTP version specified in the sampled web request, for example,
HTTP/1.1 . |
HTTPRequest |
HTTPRequest.withMethod(java.lang.String method)
The HTTP method specified in the sampled web request.
|
HTTPRequest |
HTTPRequest.withURI(java.lang.String uRI)
The part of a web request that identifies the resource, for example,
/images/daily-ad.jpg . |
Modifier and Type | Method and Description |
---|---|
void |
SampledHTTPRequest.setRequest(HTTPRequest request)
A complex type that contains detailed information about the request.
|
SampledHTTPRequest |
SampledHTTPRequest.withRequest(HTTPRequest request)
A complex type that contains detailed information about the request.
|
Modifier and Type | Method and Description |
---|---|
HTTPRequest |
HTTPRequestJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
HTTPRequestJsonMarshaller.marshall(HTTPRequest hTTPRequest,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|