| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
static OversizeHandling |
OversizeHandling.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
OversizeHandling |
JsonBody.oversizeHandling()
What WAF should do if the body is larger than WAF can inspect.
|
OversizeHandling |
Cookies.oversizeHandling()
What WAF should do if the cookies of the request are more numerous or larger than WAF can inspect.
|
OversizeHandling |
HeaderOrder.oversizeHandling()
What WAF should do if the headers of the request are more numerous or larger than WAF can inspect.
|
OversizeHandling |
Headers.oversizeHandling()
What WAF should do if the headers of the request are more numerous or larger than WAF can inspect.
|
OversizeHandling |
Body.oversizeHandling()
What WAF should do if the body is larger than WAF can inspect.
|
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 |
|---|---|
static Set<OversizeHandling> |
OversizeHandling.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
JsonBody.Builder |
JsonBody.Builder.oversizeHandling(OversizeHandling oversizeHandling)
What WAF should do if the body is larger than WAF can inspect.
|
Cookies.Builder |
Cookies.Builder.oversizeHandling(OversizeHandling oversizeHandling)
What WAF should do if the cookies of the request are more numerous or larger than WAF can inspect.
|
HeaderOrder.Builder |
HeaderOrder.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(OversizeHandling oversizeHandling)
What WAF should do if the headers of the request are more numerous or larger than WAF can inspect.
|
Body.Builder |
Body.Builder.oversizeHandling(OversizeHandling oversizeHandling)
What WAF should do if the body is larger than WAF can inspect.
|
Copyright © 2023. All rights reserved.