Uses of Class
software.amazon.awssdk.services.wafv2.model.HTTPHeader
-
Packages that use HTTPHeader Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of HTTPHeader in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type HTTPHeader Modifier and Type Method Description List<HTTPHeader>HTTPRequest. headers()A complex type that contains the name and value for each header in the sampled web request.List<HTTPHeader>SampledHTTPRequest. requestHeadersInserted()Custom request headers inserted by WAF into the request, according to the custom request configuration for the matching rule action.Methods in software.amazon.awssdk.services.wafv2.model with parameters of type HTTPHeader Modifier and Type Method Description HTTPRequest.BuilderHTTPRequest.Builder. headers(HTTPHeader... headers)A complex type that contains the name and value for each header in the sampled web request.SampledHTTPRequest.BuilderSampledHTTPRequest.Builder. requestHeadersInserted(HTTPHeader... requestHeadersInserted)Custom request headers inserted by WAF into the request, according to the custom request configuration for the matching rule action.Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type HTTPHeader Modifier and Type Method Description HTTPRequest.BuilderHTTPRequest.Builder. headers(Collection<HTTPHeader> headers)A complex type that contains the name and value for each header in the sampled web request.SampledHTTPRequest.BuilderSampledHTTPRequest.Builder. requestHeadersInserted(Collection<HTTPHeader> requestHeadersInserted)Custom request headers inserted by WAF into the request, according to the custom request configuration for the matching rule action.
-