| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
static Body.Builder |
Body.builder() |
Body.Builder |
Body.Builder.oversizeHandling(OversizeHandling oversizeHandling)
What WAF should do if the body is larger than WAF can inspect.
|
Body.Builder |
Body.Builder.oversizeHandling(String oversizeHandling)
What WAF should do if the body is larger than WAF can inspect.
|
Body.Builder |
Body.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Body.Builder> |
Body.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FieldToMatch.Builder |
FieldToMatch.Builder.body(Consumer<Body.Builder> body)
Inspect the request body as plain text.
|
Copyright © 2023. All rights reserved.