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