Uses of Class
com.amazonaws.services.waf.model.ActivatedRule
-
Packages that use ActivatedRule Package Description com.amazonaws.services.waf.model -
-
Uses of ActivatedRule in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return ActivatedRule Modifier and Type Method Description ActivatedRuleActivatedRule. clone()ActivatedRuleWebACLUpdate. getActivatedRule()ActivatedRuleActivatedRule. withAction(WafAction action)Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in theRule.ActivatedRuleActivatedRule. withPriority(Integer priority)Specifies the order in which theRulesin aWebACLare evaluated.ActivatedRuleActivatedRule. withRuleId(String ruleId)TheRuleIdfor aRule.Methods in com.amazonaws.services.waf.model that return types with arguments of type ActivatedRule Modifier and Type Method Description List<ActivatedRule>WebACL. getRules()An array that contains the action for eachRulein aWebACL, the priority of theRule, and the ID of theRule.Methods in com.amazonaws.services.waf.model with parameters of type ActivatedRule Modifier and Type Method Description voidWebACLUpdate. setActivatedRule(ActivatedRule activatedRule)WebACLUpdateWebACLUpdate. withActivatedRule(ActivatedRule activatedRule)WebACLWebACL. withRules(ActivatedRule... rules)An array that contains the action for eachRulein aWebACL, the priority of theRule, and the ID of theRule.Method parameters in com.amazonaws.services.waf.model with type arguments of type ActivatedRule Modifier and Type Method Description voidWebACL. setRules(Collection<ActivatedRule> rules)An array that contains the action for eachRulein aWebACL, the priority of theRule, and the ID of theRule.WebACLWebACL. withRules(Collection<ActivatedRule> rules)An array that contains the action for eachRulein aWebACL, the priority of theRule, and the ID of theRule.
-