Uses of Class
software.amazon.awssdk.services.waf.model.ActivatedRule
-
Packages that use ActivatedRule Package Description software.amazon.awssdk.services.waf.model -
-
Uses of ActivatedRule in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return ActivatedRule Modifier and Type Method Description ActivatedRuleRuleGroupUpdate. activatedRule()TheActivatedRuleobject specifies aRulethat you want to insert or delete, the priority of theRulein theWebACL, and the action that you want AWS WAF to take when a web request matches theRule(ALLOW,BLOCK, orCOUNT).ActivatedRuleWebACLUpdate. activatedRule()TheActivatedRuleobject in an UpdateWebACL request specifies aRulethat you want to insert or delete, the priority of theRulein theWebACL, and the action that you want AWS WAF to take when a web request matches theRule(ALLOW,BLOCK, orCOUNT).Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type ActivatedRule Modifier and Type Method Description List<ActivatedRule>ListActivatedRulesInRuleGroupResponse. activatedRules()An array ofActivatedRulesobjects.List<ActivatedRule>WebACL. rules()An array that contains the action for eachRulein aWebACL, the priority of theRule, and the ID of theRule.Methods in software.amazon.awssdk.services.waf.model with parameters of type ActivatedRule Modifier and Type Method Description RuleGroupUpdate.BuilderRuleGroupUpdate.Builder. activatedRule(ActivatedRule activatedRule)TheActivatedRuleobject specifies aRulethat you want to insert or delete, the priority of theRulein theWebACL, and the action that you want AWS WAF to take when a web request matches theRule(ALLOW,BLOCK, orCOUNT).WebACLUpdate.BuilderWebACLUpdate.Builder. activatedRule(ActivatedRule activatedRule)TheActivatedRuleobject in an UpdateWebACL request specifies aRulethat you want to insert or delete, the priority of theRulein theWebACL, and the action that you want AWS WAF to take when a web request matches theRule(ALLOW,BLOCK, orCOUNT).ListActivatedRulesInRuleGroupResponse.BuilderListActivatedRulesInRuleGroupResponse.Builder. activatedRules(ActivatedRule... activatedRules)An array ofActivatedRulesobjects.WebACL.BuilderWebACL.Builder. rules(ActivatedRule... rules)An array that contains the action for eachRulein aWebACL, the priority of theRule, and the ID of theRule.Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type ActivatedRule Modifier and Type Method Description ListActivatedRulesInRuleGroupResponse.BuilderListActivatedRulesInRuleGroupResponse.Builder. activatedRules(Collection<ActivatedRule> activatedRules)An array ofActivatedRulesobjects.WebACL.BuilderWebACL.Builder. rules(Collection<ActivatedRule> rules)An array that contains the action for eachRulein aWebACL, the priority of theRule, and the ID of theRule.
-