Uses of Class
com.amazonaws.services.waf.model.RuleSummary
-
Packages that use RuleSummary Package Description com.amazonaws.services.waf.model -
-
Uses of RuleSummary in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return RuleSummary Modifier and Type Method Description RuleSummary
RuleSummary. clone()
RuleSummary
RuleSummary. withName(String name)
A friendly name or description of the Rule.RuleSummary
RuleSummary. withRuleId(String ruleId)
A unique identifier for aRule
.Methods in com.amazonaws.services.waf.model that return types with arguments of type RuleSummary Modifier and Type Method Description List<RuleSummary>
ListRulesResult. getRules()
An array of RuleSummary objects.Methods in com.amazonaws.services.waf.model with parameters of type RuleSummary Modifier and Type Method Description ListRulesResult
ListRulesResult. withRules(RuleSummary... rules)
An array of RuleSummary objects.Method parameters in com.amazonaws.services.waf.model with type arguments of type RuleSummary Modifier and Type Method Description void
ListRulesResult. setRules(Collection<RuleSummary> rules)
An array of RuleSummary objects.ListRulesResult
ListRulesResult. withRules(Collection<RuleSummary> rules)
An array of RuleSummary objects.
-