| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
AllowAction |
RuleAction.allow()
Instructs WAF to allow the web request.
|
AllowAction |
DefaultAction.allow()
Specifies that WAF should allow requests by default.
|
| Modifier and Type | Method and Description |
|---|---|
RuleAction.Builder |
RuleAction.Builder.allow(AllowAction allow)
Instructs WAF to allow the web request.
|
DefaultAction.Builder |
DefaultAction.Builder.allow(AllowAction allow)
Specifies that WAF should allow requests by default.
|
Copyright © 2023. All rights reserved.