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 theRules
in aWebACL
are evaluated.ActivatedRule.withRuleId
(String ruleId) TheRuleId
for 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 eachRule
in aWebACL
, the priority of theRule
, and the ID of theRule
.Methods in com.amazonaws.services.waf.model with parameters of type ActivatedRuleModifier and TypeMethodDescriptionvoid
WebACLUpdate.setActivatedRule
(ActivatedRule activatedRule) WebACLUpdate.withActivatedRule
(ActivatedRule activatedRule) 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 ActivatedRuleModifier and TypeMethodDescriptionvoid
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.withRules
(Collection<ActivatedRule> rules) An array that contains the action for eachRule
in aWebACL
, the priority of theRule
, and the ID of theRule
.