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 theRuleobjects that are associated with theWebACL.UpdateWebACLRequest.getDefaultAction()WebACL.getDefaultAction()The action to perform if none of theRulescontained in theWebACLmatch.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 TypeMethodDescriptionvoidSpecifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in theRule.voidCreateWebACLRequest.setDefaultAction(WafAction defaultAction) The action that you want AWS WAF to take when a request doesn't match the criteria specified in any of theRuleobjects that are associated with theWebACL.voidUpdateWebACLRequest.setDefaultAction(WafAction defaultAction) voidWebACL.setDefaultAction(WafAction defaultAction) The action to perform if none of theRulescontained in theWebACLmatch.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 theRuleobjects that are associated with theWebACL.UpdateWebACLRequest.withDefaultAction(WafAction defaultAction) WebACL.withDefaultAction(WafAction defaultAction) The action to perform if none of theRulescontained in theWebACLmatch.