Uses of Class
com.amazonaws.services.waf.model.Rule
-
Packages that use Rule Package Description com.amazonaws.services.waf.model -
-
Uses of Rule in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return Rule Modifier and Type Method Description RuleRule. clone()RuleCreateRuleResult. getRule()The Rule returned in theCreateRuleresponse.RuleGetRuleResult. getRule()Information about the Rule that you specified in theGetRulerequest.RuleRule. withMetricName(String metricName)RuleRule. withName(String name)The friendly name or description for theRule.RuleRule. withPredicates(Predicate... predicates)ThePredicatesobject contains onePredicateelement for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in aRule.RuleRule. withPredicates(Collection<Predicate> predicates)ThePredicatesobject contains onePredicateelement for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in aRule.RuleRule. withRuleId(String ruleId)A unique identifier for aRule.Methods in com.amazonaws.services.waf.model with parameters of type Rule Modifier and Type Method Description voidCreateRuleResult. setRule(Rule rule)The Rule returned in theCreateRuleresponse.voidGetRuleResult. setRule(Rule rule)Information about the Rule that you specified in theGetRulerequest.CreateRuleResultCreateRuleResult. withRule(Rule rule)The Rule returned in theCreateRuleresponse.GetRuleResultGetRuleResult. withRule(Rule rule)Information about the Rule that you specified in theGetRulerequest.
-