| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
WafAction |
ActivatedRule.action()
Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the
Rule. |
WafAction |
CreateWebAclRequest.defaultAction()
The action that you want AWS WAF to take when a request doesn't match the criteria specified in any of the
Rule objects that are associated with the WebACL. |
WafAction |
UpdateWebAclRequest.defaultAction()
A default action for the web ACL, either ALLOW or BLOCK.
|
WafAction |
WebACL.defaultAction()
The action to perform if none of the
Rules contained in the WebACL match. |
| Modifier and Type | Method and Description |
|---|---|
ActivatedRule.Builder |
ActivatedRule.Builder.action(WafAction action)
Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the
Rule. |
CreateWebAclRequest.Builder |
CreateWebAclRequest.Builder.defaultAction(WafAction defaultAction)
The action that you want AWS WAF to take when a request doesn't match the criteria specified in any of the
Rule objects that are associated with the WebACL. |
UpdateWebAclRequest.Builder |
UpdateWebAclRequest.Builder.defaultAction(WafAction defaultAction)
A default action for the web ACL, either ALLOW or BLOCK.
|
WebACL.Builder |
WebACL.Builder.defaultAction(WafAction defaultAction)
The action to perform if none of the
Rules contained in the WebACL match. |
Copyright © 2023. All rights reserved.