| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
Body |
Body.clone() |
Body |
FieldToMatch.getBody()
Inspect the request body as plain text.
|
Body |
Body.withOversizeHandling(OversizeHandling oversizeHandling)
What WAF should do if the body is larger than WAF can inspect.
|
Body |
Body.withOversizeHandling(String oversizeHandling)
What WAF should do if the body is larger than WAF can inspect.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldToMatch.setBody(Body body)
Inspect the request body as plain text.
|
FieldToMatch |
FieldToMatch.withBody(Body body)
Inspect the request body as plain text.
|
Copyright © 2023. All rights reserved.