Uses of Class
software.amazon.awssdk.services.networkfirewall.model.DeleteTlsInspectionConfigurationResponse
-
Packages that use DeleteTlsInspectionConfigurationResponse Package Description software.amazon.awssdk.services.networkfirewall This is the API Reference for Network Firewall. -
-
Uses of DeleteTlsInspectionConfigurationResponse in software.amazon.awssdk.services.networkfirewall
Methods in software.amazon.awssdk.services.networkfirewall that return DeleteTlsInspectionConfigurationResponse Modifier and Type Method Description default DeleteTlsInspectionConfigurationResponseNetworkFirewallClient. deleteTLSInspectionConfiguration(Consumer<DeleteTlsInspectionConfigurationRequest.Builder> deleteTlsInspectionConfigurationRequest)Deletes the specified TLSInspectionConfiguration.default DeleteTlsInspectionConfigurationResponseNetworkFirewallClient. deleteTLSInspectionConfiguration(DeleteTlsInspectionConfigurationRequest deleteTlsInspectionConfigurationRequest)Deletes the specified TLSInspectionConfiguration.Methods in software.amazon.awssdk.services.networkfirewall that return types with arguments of type DeleteTlsInspectionConfigurationResponse Modifier and Type Method Description default CompletableFuture<DeleteTlsInspectionConfigurationResponse>NetworkFirewallAsyncClient. deleteTLSInspectionConfiguration(Consumer<DeleteTlsInspectionConfigurationRequest.Builder> deleteTlsInspectionConfigurationRequest)Deletes the specified TLSInspectionConfiguration.default CompletableFuture<DeleteTlsInspectionConfigurationResponse>NetworkFirewallAsyncClient. deleteTLSInspectionConfiguration(DeleteTlsInspectionConfigurationRequest deleteTlsInspectionConfigurationRequest)Deletes the specified TLSInspectionConfiguration.
-