Uses of Class
software.amazon.awssdk.services.wafv2.model.OversizeHandling
-
Packages that use OversizeHandling Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of OversizeHandling in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return OversizeHandling Modifier and Type Method Description static OversizeHandlingOversizeHandling. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OversizeHandlingBody. oversizeHandling()What WAF should do if the body is larger than WAF can inspect.OversizeHandlingCookies. oversizeHandling()What WAF should do if the cookies of the request are more numerous or larger than WAF can inspect.OversizeHandlingHeaderOrder. oversizeHandling()What WAF should do if the headers of the request are more numerous or larger than WAF can inspect.OversizeHandlingHeaders. oversizeHandling()What WAF should do if the headers of the request are more numerous or larger than WAF can inspect.OversizeHandlingJsonBody. oversizeHandling()What WAF should do if the body is larger than WAF can inspect.static OversizeHandlingOversizeHandling. 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.Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type OversizeHandling Modifier and Type Method Description static Set<OversizeHandling>OversizeHandling. knownValues()Methods in software.amazon.awssdk.services.wafv2.model with parameters of type OversizeHandling Modifier and Type Method Description Body.BuilderBody.Builder. oversizeHandling(OversizeHandling oversizeHandling)What WAF should do if the body is larger than WAF can inspect.Cookies.BuilderCookies.Builder. oversizeHandling(OversizeHandling oversizeHandling)What WAF should do if the cookies of the request are more numerous or larger than WAF can inspect.HeaderOrder.BuilderHeaderOrder.Builder. oversizeHandling(OversizeHandling oversizeHandling)What WAF should do if the headers of the request are more numerous or larger than WAF can inspect.Headers.BuilderHeaders.Builder. oversizeHandling(OversizeHandling oversizeHandling)What WAF should do if the headers of the request are more numerous or larger than WAF can inspect.JsonBody.BuilderJsonBody.Builder. oversizeHandling(OversizeHandling oversizeHandling)What WAF should do if the body is larger than WAF can inspect.
-