Uses of Class
com.amazonaws.services.waf.model.HTTPHeader
-
Packages that use HTTPHeader Package Description com.amazonaws.services.waf.model -
-
Uses of HTTPHeader in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return HTTPHeader Modifier and Type Method 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.Methods in com.amazonaws.services.waf.model that return types with arguments of type HTTPHeader Modifier and Type Method 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.Methods in com.amazonaws.services.waf.model with parameters of type HTTPHeader Modifier and Type Method 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.Method parameters in com.amazonaws.services.waf.model with type arguments of type HTTPHeader Modifier and Type Method 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.
-