Uses of Class
software.amazon.awssdk.services.networkfirewall.model.UpdateTlsInspectionConfigurationRequest
-
Packages that use UpdateTlsInspectionConfigurationRequest Package Description software.amazon.awssdk.services.networkfirewall This is the API Reference for Network Firewall.software.amazon.awssdk.services.networkfirewall.transform -
-
Uses of UpdateTlsInspectionConfigurationRequest in software.amazon.awssdk.services.networkfirewall
Methods in software.amazon.awssdk.services.networkfirewall with parameters of type UpdateTlsInspectionConfigurationRequest Modifier and Type Method Description default CompletableFuture<UpdateTlsInspectionConfigurationResponse>NetworkFirewallAsyncClient. updateTLSInspectionConfiguration(UpdateTlsInspectionConfigurationRequest 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. -
Uses of UpdateTlsInspectionConfigurationRequest in software.amazon.awssdk.services.networkfirewall.transform
Methods in software.amazon.awssdk.services.networkfirewall.transform with parameters of type UpdateTlsInspectionConfigurationRequest Modifier and Type Method Description SdkHttpFullRequestUpdateTlsInspectionConfigurationRequestMarshaller. marshall(UpdateTlsInspectionConfigurationRequest updateTlsInspectionConfigurationRequest)
-