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 HTTPHeaderHTTPHeader. clone()HTTPHeaderHTTPHeader. withName(String name)The name of one of the headers in the sampled web request.HTTPHeaderHTTPHeader. 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 HTTPRequestHTTPRequest. 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 voidHTTPRequest. 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.HTTPRequestHTTPRequest. 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.
-