| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
static OversizeHandling |
OversizeHandling.fromValue(String value)
Use this in place of valueOf.
|
static OversizeHandling |
OversizeHandling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OversizeHandling[] |
OversizeHandling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HeaderOrder |
HeaderOrder.withOversizeHandling(OversizeHandling oversizeHandling)
What WAF should do if the headers of the request are more numerous or larger than WAF can inspect.
|
Cookies |
Cookies.withOversizeHandling(OversizeHandling oversizeHandling)
What WAF should do if the cookies of the request are more numerous or larger than WAF can inspect.
|
Headers |
Headers.withOversizeHandling(OversizeHandling oversizeHandling)
What WAF should do if the headers of the request are more numerous or larger than WAF can inspect.
|
JsonBody |
JsonBody.withOversizeHandling(OversizeHandling oversizeHandling)
What WAF should do if the body is larger than WAF can inspect.
|
Body |
Body.withOversizeHandling(OversizeHandling oversizeHandling)
What WAF should do if the body is larger than WAF can inspect.
|
Copyright © 2023. All rights reserved.