| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
static BodyParsingFallbackBehavior |
BodyParsingFallbackBehavior.fromValue(String value)
Use this in place of valueOf.
|
static BodyParsingFallbackBehavior |
BodyParsingFallbackBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BodyParsingFallbackBehavior[] |
BodyParsingFallbackBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JsonBody |
JsonBody.withInvalidFallbackBehavior(BodyParsingFallbackBehavior invalidFallbackBehavior)
The inspection behavior to fall back to if the JSON in the request body is invalid.
|
Copyright © 2021. All rights reserved.