| 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 ListTlsInspectionConfigurationsResponse |
NetworkFirewallClient.listTLSInspectionConfigurations(Consumer<ListTlsInspectionConfigurationsRequest.Builder> listTlsInspectionConfigurationsRequest)
Retrieves the metadata for the TLS inspection configurations that you have defined.
|
default ListTlsInspectionConfigurationsResponse |
NetworkFirewallClient.listTLSInspectionConfigurations(ListTlsInspectionConfigurationsRequest listTlsInspectionConfigurationsRequest)
Retrieves the metadata for the TLS inspection configurations that you have defined.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTlsInspectionConfigurationsResponse> |
NetworkFirewallAsyncClient.listTLSInspectionConfigurations(Consumer<ListTlsInspectionConfigurationsRequest.Builder> listTlsInspectionConfigurationsRequest)
Retrieves the metadata for the TLS inspection configurations that you have defined.
|
default CompletableFuture<ListTlsInspectionConfigurationsResponse> |
NetworkFirewallAsyncClient.listTLSInspectionConfigurations(ListTlsInspectionConfigurationsRequest listTlsInspectionConfigurationsRequest)
Retrieves the metadata for the TLS inspection configurations that you have defined.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTlsInspectionConfigurationsResponse> |
ListTLSInspectionConfigurationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTLSInspectionConfigurationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTlsInspectionConfigurationsResponse> subscriber) |
Copyright © 2023. All rights reserved.