| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
static JsonBody.Builder |
JsonBody.builder() |
JsonBody.Builder |
JsonBody.Builder.invalidFallbackBehavior(BodyParsingFallbackBehavior invalidFallbackBehavior)
What WAF should do if it fails to completely parse the JSON body.
|
JsonBody.Builder |
JsonBody.Builder.invalidFallbackBehavior(String invalidFallbackBehavior)
What WAF should do if it fails to completely parse the JSON body.
|
default JsonBody.Builder |
JsonBody.Builder.matchPattern(Consumer<JsonMatchPattern.Builder> matchPattern)
The patterns to look for in the JSON body.
|
JsonBody.Builder |
JsonBody.Builder.matchPattern(JsonMatchPattern matchPattern)
The patterns to look for in the JSON body.
|
JsonBody.Builder |
JsonBody.Builder.matchScope(JsonMatchScope matchScope)
The parts of the JSON to match against using the
MatchPattern. |
JsonBody.Builder |
JsonBody.Builder.matchScope(String matchScope)
The parts of the JSON to match against using the
MatchPattern. |
JsonBody.Builder |
JsonBody.Builder.oversizeHandling(OversizeHandling oversizeHandling)
What WAF should do if the body is larger than WAF can inspect.
|
JsonBody.Builder |
JsonBody.Builder.oversizeHandling(String oversizeHandling)
What WAF should do if the body is larger than WAF can inspect.
|
JsonBody.Builder |
JsonBody.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends JsonBody.Builder> |
JsonBody.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FieldToMatch.Builder |
FieldToMatch.Builder.jsonBody(Consumer<JsonBody.Builder> jsonBody)
Inspect the request body as JSON.
|
Copyright © 2023. All rights reserved.