Uses of Class
com.amazonaws.services.waf.model.WafAction
-
Packages that use WafAction Package Description com.amazonaws.services.waf.model -
-
Uses of WafAction in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return WafAction Modifier and Type Method Description WafAction
WafAction. clone()
WafAction
ActivatedRule. getAction()
Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in theRule
.WafAction
CreateWebACLRequest. getDefaultAction()
The action that you want AWS WAF to take when a request doesn't match the criteria specified in any of theRule
objects that are associated with theWebACL
.WafAction
UpdateWebACLRequest. getDefaultAction()
WafAction
WebACL. getDefaultAction()
The action to perform if none of theRules
contained in theWebACL
match.WafAction
WafAction. withType(WafActionType type)
Specifies how you want AWS WAF to respond to requests that match the settings in aRule
.WafAction
WafAction. withType(String type)
Specifies how you want AWS WAF to respond to requests that match the settings in aRule
.Methods in com.amazonaws.services.waf.model with parameters of type WafAction Modifier and Type Method Description void
ActivatedRule. setAction(WafAction action)
Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in theRule
.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 theRule
objects that are associated with theWebACL
.void
UpdateWebACLRequest. setDefaultAction(WafAction defaultAction)
void
WebACL. setDefaultAction(WafAction defaultAction)
The action to perform if none of theRules
contained in theWebACL
match.ActivatedRule
ActivatedRule. withAction(WafAction action)
Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in theRule
.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 theRule
objects that are associated with theWebACL
.UpdateWebACLRequest
UpdateWebACLRequest. withDefaultAction(WafAction defaultAction)
WebACL
WebACL. withDefaultAction(WafAction defaultAction)
The action to perform if none of theRules
contained in theWebACL
match.
-