| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkfirewall |
This is the API Reference for Network Firewall.
|
| software.amazon.awssdk.services.networkfirewall.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListRuleGroupsResponse |
NetworkFirewallClient.listRuleGroups(Consumer<ListRuleGroupsRequest.Builder> listRuleGroupsRequest)
Retrieves the metadata for the rule groups that you have defined.
|
default ListRuleGroupsResponse |
NetworkFirewallClient.listRuleGroups(ListRuleGroupsRequest listRuleGroupsRequest)
Retrieves the metadata for the rule groups that you have defined.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListRuleGroupsResponse> |
ListRuleGroupsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListRuleGroupsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListRuleGroupsResponse> subscriber) |
Copyright © 2023. All rights reserved.