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 ActivatedRule
ActivatedRule. clone()
ActivatedRule
WebACLUpdate. getActivatedRule()
ActivatedRule
ActivatedRule. withAction(WafAction action)
Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in theRule
.ActivatedRule
ActivatedRule. withPriority(Integer priority)
Specifies the order in which theRules
in aWebACL
are evaluated.ActivatedRule
ActivatedRule. withRuleId(String ruleId)
TheRuleId
for 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 eachRule
in 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 void
WebACLUpdate. setActivatedRule(ActivatedRule activatedRule)
WebACLUpdate
WebACLUpdate. withActivatedRule(ActivatedRule activatedRule)
WebACL
WebACL. withRules(ActivatedRule... rules)
An array that contains the action for eachRule
in 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 void
WebACL. setRules(Collection<ActivatedRule> rules)
An array that contains the action for eachRule
in aWebACL
, the priority of theRule
, and the ID of theRule
.WebACL
WebACL. withRules(Collection<ActivatedRule> rules)
An array that contains the action for eachRule
in aWebACL
, the priority of theRule
, and the ID of theRule
.
-