| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
DefaultAction |
DefaultAction.clone() |
DefaultAction |
UpdateWebACLRequest.getDefaultAction()
The action to perform if none of the
Rules contained in the WebACL match. |
DefaultAction |
CreateWebACLRequest.getDefaultAction()
The action to perform if none of the
Rules contained in the WebACL match. |
DefaultAction |
WebACL.getDefaultAction()
The action to perform if none of the
Rules contained in the WebACL match. |
DefaultAction |
DefaultAction.withAllow(AllowAction allow)
Specifies that WAF should allow requests by default.
|
DefaultAction |
DefaultAction.withBlock(BlockAction block)
Specifies that WAF should block requests by default.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateWebACLRequest.setDefaultAction(DefaultAction defaultAction)
The action to perform if none of the
Rules contained in the WebACL match. |
void |
CreateWebACLRequest.setDefaultAction(DefaultAction defaultAction)
The action to perform if none of the
Rules contained in the WebACL match. |
void |
WebACL.setDefaultAction(DefaultAction defaultAction)
The action to perform if none of the
Rules contained in the WebACL match. |
UpdateWebACLRequest |
UpdateWebACLRequest.withDefaultAction(DefaultAction defaultAction)
The action to perform if none of the
Rules contained in the WebACL match. |
CreateWebACLRequest |
CreateWebACLRequest.withDefaultAction(DefaultAction defaultAction)
The action to perform if none of the
Rules contained in the WebACL match. |
WebACL |
WebACL.withDefaultAction(DefaultAction defaultAction)
The action to perform if none of the
Rules contained in the WebACL match. |
Copyright © 2024. All rights reserved.