| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
JsonBody |
JsonBody.clone() |
JsonBody |
FieldToMatch.getJsonBody()
Inspect the request body as JSON.
|
JsonBody |
JsonBody.withInvalidFallbackBehavior(BodyParsingFallbackBehavior invalidFallbackBehavior)
What WAF should do if it fails to completely parse the JSON body.
|
JsonBody |
JsonBody.withInvalidFallbackBehavior(String invalidFallbackBehavior)
What WAF should do if it fails to completely parse the JSON body.
|
JsonBody |
JsonBody.withMatchPattern(JsonMatchPattern matchPattern)
The patterns to look for in the JSON body.
|
JsonBody |
JsonBody.withMatchScope(JsonMatchScope matchScope)
The parts of the JSON to match against using the
MatchPattern. |
JsonBody |
JsonBody.withMatchScope(String matchScope)
The parts of the JSON to match against using the
MatchPattern. |
JsonBody |
JsonBody.withOversizeHandling(OversizeHandling oversizeHandling)
What WAF should do if the body is larger than WAF can inspect.
|
JsonBody |
JsonBody.withOversizeHandling(String oversizeHandling)
What WAF should do if the body is larger than WAF can inspect.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldToMatch.setJsonBody(JsonBody jsonBody)
Inspect the request body as JSON.
|
FieldToMatch |
FieldToMatch.withJsonBody(JsonBody jsonBody)
Inspect the request body as JSON.
|
Copyright © 2023. All rights reserved.