| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
AllowAction |
AllowAction.clone() |
AllowAction |
DefaultAction.getAllow()
Specifies that WAF should allow requests by default.
|
AllowAction |
RuleAction.getAllow()
Instructs WAF to allow the web request.
|
AllowAction |
AllowAction.withCustomRequestHandling(CustomRequestHandling customRequestHandling)
Defines custom handling for the web request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAction.setAllow(AllowAction allow)
Specifies that WAF should allow requests by default.
|
void |
RuleAction.setAllow(AllowAction allow)
Instructs WAF to allow the web request.
|
DefaultAction |
DefaultAction.withAllow(AllowAction allow)
Specifies that WAF should allow requests by default.
|
RuleAction |
RuleAction.withAllow(AllowAction allow)
Instructs WAF to allow the web request.
|
Copyright © 2025. All rights reserved.