| Package | Description |
|---|---|
| com.amazonaws.services.waf.model |
| 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(String clientIP)
The IP address that the request originated from.
|
HTTPRequest |
HTTPRequest.withCountry(String country)
The two-letter country code for the country that the request originated from.
|
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.
|
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(String hTTPVersion)
The HTTP version specified in the sampled web request, for example,
HTTP/1.1. |
HTTPRequest |
HTTPRequest.withMethod(String method)
The HTTP method specified in the sampled web request.
|
HTTPRequest |
HTTPRequest.withURI(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.
|
Copyright © 2025. All rights reserved.