Uses of Class
software.amazon.awssdk.services.networkfirewall.model.TLSInspectionConfiguration
-
Packages that use TLSInspectionConfiguration Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of TLSInspectionConfiguration in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return TLSInspectionConfiguration Modifier and Type Method Description TLSInspectionConfigurationCreateTlsInspectionConfigurationRequest. tlsInspectionConfiguration()The object that defines a TLS inspection configuration.TLSInspectionConfigurationDescribeTlsInspectionConfigurationResponse. tlsInspectionConfiguration()The object that defines a TLS inspection configuration.TLSInspectionConfigurationUpdateTlsInspectionConfigurationRequest. tlsInspectionConfiguration()The object that defines a TLS inspection configuration.Methods in software.amazon.awssdk.services.networkfirewall.model with parameters of type TLSInspectionConfiguration Modifier and Type Method Description CreateTlsInspectionConfigurationRequest.BuilderCreateTlsInspectionConfigurationRequest.Builder. tlsInspectionConfiguration(TLSInspectionConfiguration tlsInspectionConfiguration)The object that defines a TLS inspection configuration.DescribeTlsInspectionConfigurationResponse.BuilderDescribeTlsInspectionConfigurationResponse.Builder. tlsInspectionConfiguration(TLSInspectionConfiguration tlsInspectionConfiguration)The object that defines a TLS inspection configuration.UpdateTlsInspectionConfigurationRequest.BuilderUpdateTlsInspectionConfigurationRequest.Builder. tlsInspectionConfiguration(TLSInspectionConfiguration tlsInspectionConfiguration)The object that defines a TLS inspection configuration.
-