Uses of Class
com.amazonaws.services.waf.model.WafAction
Packages that use WafAction
-
Uses of WafAction in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return WafActionModifier and TypeMethodDescriptionWafAction.clone()
ActivatedRule.getAction()
Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in theRule
.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
.UpdateWebACLRequest.getDefaultAction()
WebACL.getDefaultAction()
The action to perform if none of theRules
contained in theWebACL
match.WafAction.withType
(WafActionType type) Specifies how you want AWS WAF to respond to requests that match the settings in aRule
.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 WafActionModifier and TypeMethodDescriptionvoid
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.withAction
(WafAction action) Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in theRule
.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.withDefaultAction
(WafAction defaultAction) WebACL.withDefaultAction
(WafAction defaultAction) The action to perform if none of theRules
contained in theWebACL
match.