Uses of Class
com.amazonaws.services.waf.model.RuleSummary
Packages that use RuleSummary
-
Uses of RuleSummary in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return RuleSummaryModifier and TypeMethodDescriptionRuleSummary.clone()A friendly name or description of the Rule.RuleSummary.withRuleId(String ruleId) A unique identifier for aRule.Methods in com.amazonaws.services.waf.model that return types with arguments of type RuleSummaryMethods in com.amazonaws.services.waf.model with parameters of type RuleSummaryModifier and TypeMethodDescriptionListRulesResult.withRules(RuleSummary... rules) An array of RuleSummary objects.Method parameters in com.amazonaws.services.waf.model with type arguments of type RuleSummaryModifier and TypeMethodDescriptionvoidListRulesResult.setRules(Collection<RuleSummary> rules) An array of RuleSummary objects.ListRulesResult.withRules(Collection<RuleSummary> rules) An array of RuleSummary objects.