Uses of Class
software.amazon.awssdk.services.networkfirewall.model.ListRuleGroupsResponse
-
Packages that use ListRuleGroupsResponse Package Description software.amazon.awssdk.services.networkfirewall This is the API Reference for Network Firewall.software.amazon.awssdk.services.networkfirewall.paginators -
-
Uses of ListRuleGroupsResponse in software.amazon.awssdk.services.networkfirewall
Methods in software.amazon.awssdk.services.networkfirewall that return ListRuleGroupsResponse Modifier and Type Method Description default ListRuleGroupsResponseNetworkFirewallClient. listRuleGroups(Consumer<ListRuleGroupsRequest.Builder> listRuleGroupsRequest)Retrieves the metadata for the rule groups that you have defined.default ListRuleGroupsResponseNetworkFirewallClient. listRuleGroups(ListRuleGroupsRequest listRuleGroupsRequest)Retrieves the metadata for the rule groups that you have defined.Methods in software.amazon.awssdk.services.networkfirewall that return types with arguments of type ListRuleGroupsResponse Modifier and Type Method Description default CompletableFuture<ListRuleGroupsResponse>NetworkFirewallAsyncClient. listRuleGroups(Consumer<ListRuleGroupsRequest.Builder> listRuleGroupsRequest)Retrieves the metadata for the rule groups that you have defined.default CompletableFuture<ListRuleGroupsResponse>NetworkFirewallAsyncClient. listRuleGroups(ListRuleGroupsRequest listRuleGroupsRequest)Retrieves the metadata for the rule groups that you have defined. -
Uses of ListRuleGroupsResponse in software.amazon.awssdk.services.networkfirewall.paginators
Methods in software.amazon.awssdk.services.networkfirewall.paginators that return types with arguments of type ListRuleGroupsResponse Modifier and Type Method Description Iterator<ListRuleGroupsResponse>ListRuleGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.networkfirewall.paginators with type arguments of type ListRuleGroupsResponse Modifier and Type Method Description voidListRuleGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRuleGroupsResponse> subscriber)
-