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