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 WafActionWafAction. clone()WafActionActivatedRule. getAction()Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in theRule.WafActionCreateWebACLRequest. 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.WafActionUpdateWebACLRequest. getDefaultAction()WafActionWebACL. getDefaultAction()The action to perform if none of theRulescontained in theWebACLmatch.WafActionWafAction. withType(WafActionType type)Specifies how you want AWS WAF to respond to requests that match the settings in aRule.WafActionWafAction. 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 voidActivatedRule. setAction(WafAction action)Specifies 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.ActivatedRuleActivatedRule. withAction(WafAction action)Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in theRule.CreateWebACLRequestCreateWebACLRequest. 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.UpdateWebACLRequestUpdateWebACLRequest. withDefaultAction(WafAction defaultAction)WebACLWebACL. withDefaultAction(WafAction defaultAction)The action to perform if none of theRulescontained in theWebACLmatch.
-