Uses of Class
software.amazon.awssdk.services.networkfirewall.model.ListRuleGroupsRequest
-
Packages that use ListRuleGroupsRequest Package Description software.amazon.awssdk.services.networkfirewall This is the API Reference for Network Firewall.software.amazon.awssdk.services.networkfirewall.paginators software.amazon.awssdk.services.networkfirewall.transform -
-
Uses of ListRuleGroupsRequest in software.amazon.awssdk.services.networkfirewall
Methods in software.amazon.awssdk.services.networkfirewall with parameters of type ListRuleGroupsRequest Modifier and Type Method Description default CompletableFuture<ListRuleGroupsResponse>NetworkFirewallAsyncClient. listRuleGroups(ListRuleGroupsRequest 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.default ListRuleGroupsPublisherNetworkFirewallAsyncClient. listRuleGroupsPaginator(ListRuleGroupsRequest listRuleGroupsRequest)Retrieves the metadata for the rule groups that you have defined.default ListRuleGroupsIterableNetworkFirewallClient. listRuleGroupsPaginator(ListRuleGroupsRequest listRuleGroupsRequest)Retrieves the metadata for the rule groups that you have defined. -
Uses of ListRuleGroupsRequest in software.amazon.awssdk.services.networkfirewall.paginators
Constructors in software.amazon.awssdk.services.networkfirewall.paginators with parameters of type ListRuleGroupsRequest Constructor Description ListRuleGroupsIterable(NetworkFirewallClient client, ListRuleGroupsRequest firstRequest)ListRuleGroupsPublisher(NetworkFirewallAsyncClient client, ListRuleGroupsRequest firstRequest) -
Uses of ListRuleGroupsRequest in software.amazon.awssdk.services.networkfirewall.transform
Methods in software.amazon.awssdk.services.networkfirewall.transform with parameters of type ListRuleGroupsRequest Modifier and Type Method Description SdkHttpFullRequestListRuleGroupsRequestMarshaller. marshall(ListRuleGroupsRequest listRuleGroupsRequest)
-