Uses of Class
com.amazonaws.services.waf.model.HTTPHeader
Packages that use HTTPHeader
-
Uses of HTTPHeader in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return HTTPHeaderModifier and TypeMethodDescriptionHTTPHeader.clone()
The name of one of the headers in the sampled web request.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 HTTPHeaderModifier and TypeMethodDescriptionHTTPRequest.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 HTTPHeaderModifier and TypeMethodDescriptionHTTPRequest.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 HTTPHeaderModifier and TypeMethodDescriptionvoid
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.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.