Uses of Class
software.amazon.awssdk.services.wafv2.model.ListRuleGroupsResponse
-
Packages that use ListRuleGroupsResponse Package Description software.amazon.awssdk.services.wafv2 WAF -
-
Uses of ListRuleGroupsResponse in software.amazon.awssdk.services.wafv2
Methods in software.amazon.awssdk.services.wafv2 that return ListRuleGroupsResponse Modifier and Type Method Description default ListRuleGroupsResponseWafv2Client. listRuleGroups(Consumer<ListRuleGroupsRequest.Builder> listRuleGroupsRequest)Retrieves an array of RuleGroupSummary objects for the rule groups that you manage.default ListRuleGroupsResponseWafv2Client. listRuleGroups(ListRuleGroupsRequest listRuleGroupsRequest)Retrieves an array of RuleGroupSummary objects for the rule groups that you manage.Methods in software.amazon.awssdk.services.wafv2 that return types with arguments of type ListRuleGroupsResponse Modifier and Type Method Description default CompletableFuture<ListRuleGroupsResponse>Wafv2AsyncClient. listRuleGroups(Consumer<ListRuleGroupsRequest.Builder> listRuleGroupsRequest)Retrieves an array of RuleGroupSummary objects for the rule groups that you manage.default CompletableFuture<ListRuleGroupsResponse>Wafv2AsyncClient. listRuleGroups(ListRuleGroupsRequest listRuleGroupsRequest)Retrieves an array of RuleGroupSummary objects for the rule groups that you manage.
-