Uses of Class
com.amazonaws.services.waf.model.Rule
Packages that use Rule
-
Uses of Rule in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return RuleModifier and TypeMethodDescriptionRule.clone()CreateRuleResult.getRule()The Rule returned in theCreateRuleresponse.GetRuleResult.getRule()Information about the Rule that you specified in theGetRulerequest.Rule.withMetricName(String metricName) The friendly name or description for theRule.Rule.withPredicates(Predicate... predicates) ThePredicatesobject contains onePredicateelement for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in aRule.Rule.withPredicates(Collection<Predicate> predicates) ThePredicatesobject contains onePredicateelement for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in aRule.Rule.withRuleId(String ruleId) A unique identifier for aRule.Methods in com.amazonaws.services.waf.model with parameters of type Rule