| Package | Description |
|---|---|
| com.amazonaws.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
WafAction |
WafAction.clone() |
WafAction |
ActivatedRule.getAction()
Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the
Rule. |
WafAction |
UpdateWebACLRequest.getDefaultAction()
A default action for the web ACL, either ALLOW or BLOCK.
|
WafAction |
CreateWebACLRequest.getDefaultAction()
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 |
WebACL.getDefaultAction()
The action to perform if none of the
Rules contained in the WebACL match. |
WafAction |
WafAction.withType(String type)
Specifies how you want AWS WAF to respond to requests that match the settings in a
Rule. |
WafAction |
WafAction.withType(WafActionType type)
Specifies how you want AWS WAF to respond to requests that match the settings in a
Rule. |
| Modifier and Type | Method and Description |
|---|---|
void |
ActivatedRule.setAction(WafAction action)
Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the
Rule. |
void |
UpdateWebACLRequest.setDefaultAction(WafAction defaultAction)
A default action for the web ACL, either ALLOW or BLOCK.
|
void |
CreateWebACLRequest.setDefaultAction(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. |
void |
WebACL.setDefaultAction(WafAction defaultAction)
The action to perform if none of the
Rules contained in the WebACL match. |
ActivatedRule |
ActivatedRule.withAction(WafAction action)
Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the
Rule. |
UpdateWebACLRequest |
UpdateWebACLRequest.withDefaultAction(WafAction defaultAction)
A default action for the web ACL, either ALLOW or BLOCK.
|
CreateWebACLRequest |
CreateWebACLRequest.withDefaultAction(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. |
WebACL |
WebACL.withDefaultAction(WafAction defaultAction)
The action to perform if none of the
Rules contained in the WebACL match. |
Copyright © 2021. All rights reserved.