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 theCreateRule
response.GetRuleResult.getRule()
Information about the Rule that you specified in theGetRule
request.Rule.withMetricName
(String metricName) The friendly name or description for theRule
.Rule.withPredicates
(Predicate... predicates) ThePredicates
object contains onePredicate
element for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in aRule
.Rule.withPredicates
(Collection<Predicate> predicates) ThePredicates
object contains onePredicate
element 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