| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
static Headers.Builder |
Headers.builder() |
default Headers.Builder |
Headers.Builder.matchPattern(Consumer<HeaderMatchPattern.Builder> matchPattern)
The filter to use to identify the subset of headers to inspect in a web request.
|
Headers.Builder |
Headers.Builder.matchPattern(HeaderMatchPattern matchPattern)
The filter to use to identify the subset of headers to inspect in a web request.
|
Headers.Builder |
Headers.Builder.matchScope(MapMatchScope matchScope)
The parts of the headers to match with the rule inspection criteria.
|
Headers.Builder |
Headers.Builder.matchScope(String matchScope)
The parts of the headers to match with the rule inspection criteria.
|
Headers.Builder |
Headers.Builder.oversizeHandling(OversizeHandling oversizeHandling)
What WAF should do if the headers of the request are more numerous or larger than WAF can inspect.
|
Headers.Builder |
Headers.Builder.oversizeHandling(String oversizeHandling)
What WAF should do if the headers of the request are more numerous or larger than WAF can inspect.
|
Headers.Builder |
Headers.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Headers.Builder> |
Headers.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FieldToMatch.Builder |
FieldToMatch.Builder.headers(Consumer<Headers.Builder> headers)
Inspect the request headers.
|
Copyright © 2023. All rights reserved.