| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
DefaultAction |
CreateWebAclRequest.defaultAction()
The action to perform if none of the
Rules contained in the WebACL match. |
DefaultAction |
UpdateWebAclRequest.defaultAction()
The action to perform if none of the
Rules contained in the WebACL match. |
DefaultAction |
WebACL.defaultAction()
The action to perform if none of the
Rules contained in the WebACL match. |
| Modifier and Type | Method and Description |
|---|---|
CreateWebAclRequest.Builder |
CreateWebAclRequest.Builder.defaultAction(DefaultAction defaultAction)
The action to perform if none of the
Rules contained in the WebACL match. |
UpdateWebAclRequest.Builder |
UpdateWebAclRequest.Builder.defaultAction(DefaultAction defaultAction)
The action to perform if none of the
Rules contained in the WebACL match. |
WebACL.Builder |
WebACL.Builder.defaultAction(DefaultAction defaultAction)
The action to perform if none of the
Rules contained in the WebACL match. |
Copyright © 2023. All rights reserved.