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