Uses of Class
software.amazon.awssdk.services.wafv2.model.CustomHTTPHeader
-
Packages that use CustomHTTPHeader Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of CustomHTTPHeader in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type CustomHTTPHeader Modifier and Type Method Description List<CustomHTTPHeader>CustomRequestHandling. insertHeaders()The HTTP headers to insert into the request.List<CustomHTTPHeader>CustomResponse. responseHeaders()The HTTP headers to use in the response.Methods in software.amazon.awssdk.services.wafv2.model with parameters of type CustomHTTPHeader Modifier and Type Method Description CustomRequestHandling.BuilderCustomRequestHandling.Builder. insertHeaders(CustomHTTPHeader... insertHeaders)The HTTP headers to insert into the request.CustomResponse.BuilderCustomResponse.Builder. responseHeaders(CustomHTTPHeader... responseHeaders)The HTTP headers to use in the response.Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type CustomHTTPHeader Modifier and Type Method Description CustomRequestHandling.BuilderCustomRequestHandling.Builder. insertHeaders(Collection<CustomHTTPHeader> insertHeaders)The HTTP headers to insert into the request.CustomResponse.BuilderCustomResponse.Builder. responseHeaders(Collection<CustomHTTPHeader> responseHeaders)The HTTP headers to use in the response.
-