| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
HeaderMatchPattern |
HeaderMatchPattern.clone() |
HeaderMatchPattern |
Headers.getMatchPattern()
The filter to use to identify the subset of headers to inspect in a web request.
|
HeaderMatchPattern |
HeaderMatchPattern.withAll(All all)
Inspect all headers.
|
HeaderMatchPattern |
HeaderMatchPattern.withExcludedHeaders(Collection<String> excludedHeaders)
Inspect only the headers whose keys don't match any of the strings specified here.
|
HeaderMatchPattern |
HeaderMatchPattern.withExcludedHeaders(String... excludedHeaders)
Inspect only the headers whose keys don't match any of the strings specified here.
|
HeaderMatchPattern |
HeaderMatchPattern.withIncludedHeaders(Collection<String> includedHeaders)
Inspect only the headers that have a key that matches one of the strings specified here.
|
HeaderMatchPattern |
HeaderMatchPattern.withIncludedHeaders(String... includedHeaders)
Inspect only the headers that have a key that matches one of the strings specified here.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Headers.setMatchPattern(HeaderMatchPattern matchPattern)
The filter to use to identify the subset of headers to inspect in a web request.
|
Headers |
Headers.withMatchPattern(HeaderMatchPattern matchPattern)
The filter to use to identify the subset of headers to inspect in a web request.
|
Copyright © 2025. All rights reserved.