Uses of Class
software.amazon.awssdk.services.waf.model.RuleGroupSummary
-
Packages that use RuleGroupSummary Package Description software.amazon.awssdk.services.waf.model -
-
Uses of RuleGroupSummary in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type RuleGroupSummary Modifier and Type Method Description List<RuleGroupSummary>ListRuleGroupsResponse. ruleGroups()An array of RuleGroup objects.Methods in software.amazon.awssdk.services.waf.model with parameters of type RuleGroupSummary Modifier and Type Method Description ListRuleGroupsResponse.BuilderListRuleGroupsResponse.Builder. ruleGroups(RuleGroupSummary... ruleGroups)An array of RuleGroup objects.Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type RuleGroupSummary Modifier and Type Method Description ListRuleGroupsResponse.BuilderListRuleGroupsResponse.Builder. ruleGroups(Collection<RuleGroupSummary> ruleGroups)An array of RuleGroup objects.
-