Uses of Class
software.amazon.awssdk.services.wafv2.model.RuleGroupSummary
-
Packages that use RuleGroupSummary Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of RuleGroupSummary in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return RuleGroupSummary Modifier and Type Method Description RuleGroupSummaryCreateRuleGroupResponse. summary()High-level information about a RuleGroup, returned by operations like create and list.Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type RuleGroupSummary Modifier and Type Method Description List<RuleGroupSummary>ListRuleGroupsResponse. ruleGroups()Array of rule groups.Methods in software.amazon.awssdk.services.wafv2.model with parameters of type RuleGroupSummary Modifier and Type Method Description ListRuleGroupsResponse.BuilderListRuleGroupsResponse.Builder. ruleGroups(RuleGroupSummary... ruleGroups)Array of rule groups.CreateRuleGroupResponse.BuilderCreateRuleGroupResponse.Builder. summary(RuleGroupSummary summary)High-level information about a RuleGroup, returned by operations like create and list.Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type RuleGroupSummary Modifier and Type Method Description ListRuleGroupsResponse.BuilderListRuleGroupsResponse.Builder. ruleGroups(Collection<RuleGroupSummary> ruleGroups)Array of rule groups.
-