| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
HeaderOrder |
HeaderOrder.clone() |
HeaderOrder |
FieldToMatch.getHeaderOrder()
Inspect a string containing the list of the request's header names, ordered as they appear in the web request
that WAF receives for inspection.
|
HeaderOrder |
HeaderOrder.withOversizeHandling(OversizeHandling oversizeHandling)
What WAF should do if the headers of the request are more numerous or larger than WAF can inspect.
|
HeaderOrder |
HeaderOrder.withOversizeHandling(String oversizeHandling)
What WAF should do if the headers of the request are more numerous or larger than WAF can inspect.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldToMatch.setHeaderOrder(HeaderOrder headerOrder)
Inspect a string containing the list of the request's header names, ordered as they appear in the web request
that WAF receives for inspection.
|
FieldToMatch |
FieldToMatch.withHeaderOrder(HeaderOrder headerOrder)
Inspect a string containing the list of the request's header names, ordered as they appear in the web request
that WAF receives for inspection.
|
Copyright © 2024. All rights reserved.