Uses of Class
com.amazonaws.services.waf.model.ActivatedRule
Packages that use ActivatedRule
-
Uses of ActivatedRule in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return ActivatedRuleModifier and TypeMethodDescriptionActivatedRule.clone()WebACLUpdate.getActivatedRule()ActivatedRule.withAction(WafAction action) Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in theRule.ActivatedRule.withPriority(Integer priority) Specifies the order in which theRulesin aWebACLare evaluated.ActivatedRule.withRuleId(String ruleId) TheRuleIdfor aRule.Methods in com.amazonaws.services.waf.model that return types with arguments of type ActivatedRuleModifier and TypeMethodDescriptionWebACL.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 ActivatedRuleModifier and TypeMethodDescriptionvoidWebACLUpdate.setActivatedRule(ActivatedRule activatedRule) WebACLUpdate.withActivatedRule(ActivatedRule activatedRule) WebACL.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 ActivatedRuleModifier and TypeMethodDescriptionvoidWebACL.setRules(Collection<ActivatedRule> rules) An array that contains the action for eachRulein aWebACL, the priority of theRule, and the ID of theRule.WebACL.withRules(Collection<ActivatedRule> rules) An array that contains the action for eachRulein aWebACL, the priority of theRule, and the ID of theRule.