| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
static AllowAction.Builder |
AllowAction.builder() |
default AllowAction.Builder |
AllowAction.Builder.customRequestHandling(Consumer<CustomRequestHandling.Builder> customRequestHandling)
Defines custom handling for the web request.
|
AllowAction.Builder |
AllowAction.Builder.customRequestHandling(CustomRequestHandling customRequestHandling)
Defines custom handling for the web request.
|
AllowAction.Builder |
AllowAction.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AllowAction.Builder> |
AllowAction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RuleAction.Builder |
RuleAction.Builder.allow(Consumer<AllowAction.Builder> allow)
Instructs WAF to allow the web request.
|
default DefaultAction.Builder |
DefaultAction.Builder.allow(Consumer<AllowAction.Builder> allow)
Specifies that WAF should allow requests by default.
|
Copyright © 2023. All rights reserved.