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 RuleSummaryRuleSummary. clone()RuleSummaryRuleSummary. withName(String name)A friendly name or description of the Rule.RuleSummaryRuleSummary. 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 ListRulesResultListRulesResult. 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 voidListRulesResult. setRules(Collection<RuleSummary> rules)An array of RuleSummary objects.ListRulesResultListRulesResult. withRules(Collection<RuleSummary> rules)An array of RuleSummary objects.
-