Uses of Class
software.amazon.awssdk.services.networkfirewall.model.DescribeTlsInspectionConfigurationResponse
-
Packages that use DescribeTlsInspectionConfigurationResponse Package Description software.amazon.awssdk.services.networkfirewall This is the API Reference for Network Firewall. -
-
Uses of DescribeTlsInspectionConfigurationResponse in software.amazon.awssdk.services.networkfirewall
Methods in software.amazon.awssdk.services.networkfirewall that return DescribeTlsInspectionConfigurationResponse Modifier and Type Method Description default DescribeTlsInspectionConfigurationResponseNetworkFirewallClient. describeTLSInspectionConfiguration(Consumer<DescribeTlsInspectionConfigurationRequest.Builder> describeTlsInspectionConfigurationRequest)Returns the data objects for the specified TLS inspection configuration.default DescribeTlsInspectionConfigurationResponseNetworkFirewallClient. describeTLSInspectionConfiguration(DescribeTlsInspectionConfigurationRequest describeTlsInspectionConfigurationRequest)Returns the data objects for the specified TLS inspection configuration.Methods in software.amazon.awssdk.services.networkfirewall that return types with arguments of type DescribeTlsInspectionConfigurationResponse Modifier and Type Method Description default CompletableFuture<DescribeTlsInspectionConfigurationResponse>NetworkFirewallAsyncClient. describeTLSInspectionConfiguration(Consumer<DescribeTlsInspectionConfigurationRequest.Builder> describeTlsInspectionConfigurationRequest)Returns the data objects for the specified TLS inspection configuration.default CompletableFuture<DescribeTlsInspectionConfigurationResponse>NetworkFirewallAsyncClient. describeTLSInspectionConfiguration(DescribeTlsInspectionConfigurationRequest describeTlsInspectionConfigurationRequest)Returns the data objects for the specified TLS inspection configuration.
-