Uses of Class
software.amazon.awssdk.services.networkfirewall.model.UpdateTlsInspectionConfigurationResponse
-
Packages that use UpdateTlsInspectionConfigurationResponse Package Description software.amazon.awssdk.services.networkfirewall This is the API Reference for Network Firewall. -
-
Uses of UpdateTlsInspectionConfigurationResponse in software.amazon.awssdk.services.networkfirewall
Methods in software.amazon.awssdk.services.networkfirewall that return UpdateTlsInspectionConfigurationResponse Modifier and Type Method Description default UpdateTlsInspectionConfigurationResponseNetworkFirewallClient. updateTLSInspectionConfiguration(Consumer<UpdateTlsInspectionConfigurationRequest.Builder> updateTlsInspectionConfigurationRequest)Updates the TLS inspection configuration settings for the specified TLS inspection configuration.default UpdateTlsInspectionConfigurationResponseNetworkFirewallClient. updateTLSInspectionConfiguration(UpdateTlsInspectionConfigurationRequest updateTlsInspectionConfigurationRequest)Updates the TLS inspection configuration settings for the specified TLS inspection configuration.Methods in software.amazon.awssdk.services.networkfirewall that return types with arguments of type UpdateTlsInspectionConfigurationResponse Modifier and Type Method Description default CompletableFuture<UpdateTlsInspectionConfigurationResponse>NetworkFirewallAsyncClient. updateTLSInspectionConfiguration(Consumer<UpdateTlsInspectionConfigurationRequest.Builder> updateTlsInspectionConfigurationRequest)Updates the TLS inspection configuration settings for the specified TLS inspection configuration.default CompletableFuture<UpdateTlsInspectionConfigurationResponse>NetworkFirewallAsyncClient. updateTLSInspectionConfiguration(UpdateTlsInspectionConfigurationRequest updateTlsInspectionConfigurationRequest)Updates the TLS inspection configuration settings for the specified TLS inspection configuration.
-