Uses of Class
com.amazonaws.services.waf.model.HTTPRequest
Packages that use HTTPRequest
-
Uses of HTTPRequest in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return HTTPRequestModifier and TypeMethodDescriptionHTTPRequest.clone()
SampledHTTPRequest.getRequest()
A complex type that contains detailed information about the request.HTTPRequest.withClientIP
(String clientIP) The IP address that the request originated from.HTTPRequest.withCountry
(String country) The two-letter country code for the country that the request originated from.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.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.withHTTPVersion
(String hTTPVersion) The HTTP version specified in the sampled web request, for example,HTTP/1.1
.HTTPRequest.withMethod
(String method) The HTTP method specified in the sampled web request.The part of a web request that identifies the resource, for example,/images/daily-ad.jpg
.Methods in com.amazonaws.services.waf.model with parameters of type HTTPRequestModifier and TypeMethodDescriptionvoid
SampledHTTPRequest.setRequest
(HTTPRequest request) A complex type that contains detailed information about the request.SampledHTTPRequest.withRequest
(HTTPRequest request) A complex type that contains detailed information about the request.