| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
Headers |
Headers.clone() |
Headers |
FieldToMatch.getHeaders()
Inspect the request headers.
|
Headers |
Headers.withMatchPattern(HeaderMatchPattern matchPattern)
The filter to use to identify the subset of headers to inspect in a web request.
|
Headers |
Headers.withMatchScope(MapMatchScope matchScope)
The parts of the headers to match with the rule inspection criteria.
|
Headers |
Headers.withMatchScope(String matchScope)
The parts of the headers to match with the rule inspection criteria.
|
Headers |
Headers.withOversizeHandling(OversizeHandling oversizeHandling)
What WAF should do if the headers of the request are larger than WAF can inspect.
|
Headers |
Headers.withOversizeHandling(String oversizeHandling)
What WAF should do if the headers of the request are larger than WAF can inspect.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldToMatch.setHeaders(Headers headers)
Inspect the request headers.
|
FieldToMatch |
FieldToMatch.withHeaders(Headers headers)
Inspect the request headers.
|
Copyright © 2022. All rights reserved.