Uses of Class
software.amazon.awssdk.services.waf.model.HTTPHeader
-
Packages that use HTTPHeader Package Description software.amazon.awssdk.services.waf.model -
-
Uses of HTTPHeader in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type HTTPHeader Modifier and Type Method Description List<HTTPHeader>HTTPRequest. 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.Methods in software.amazon.awssdk.services.waf.model with parameters of type HTTPHeader Modifier and Type Method Description HTTPRequest.BuilderHTTPRequest.Builder. headers(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 software.amazon.awssdk.services.waf.model with type arguments of type HTTPHeader Modifier and Type Method Description HTTPRequest.BuilderHTTPRequest.Builder. headers(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.
-