Uses of Interface
software.amazon.awssdk.services.networkfirewall.model.TLSInspectionConfiguration.Builder
-
Packages that use TLSInspectionConfiguration.Builder Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of TLSInspectionConfiguration.Builder in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return TLSInspectionConfiguration.Builder Modifier and Type Method Description static TLSInspectionConfiguration.BuilderTLSInspectionConfiguration. builder()TLSInspectionConfiguration.BuilderTLSInspectionConfiguration.Builder. serverCertificateConfigurations(Collection<ServerCertificateConfiguration> serverCertificateConfigurations)Lists the server certificate configurations that are associated with the TLS configuration.TLSInspectionConfiguration.BuilderTLSInspectionConfiguration.Builder. serverCertificateConfigurations(Consumer<ServerCertificateConfiguration.Builder>... serverCertificateConfigurations)Lists the server certificate configurations that are associated with the TLS configuration.TLSInspectionConfiguration.BuilderTLSInspectionConfiguration.Builder. serverCertificateConfigurations(ServerCertificateConfiguration... serverCertificateConfigurations)Lists the server certificate configurations that are associated with the TLS configuration.TLSInspectionConfiguration.BuilderTLSInspectionConfiguration. toBuilder()Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type TLSInspectionConfiguration.Builder Modifier and Type Method Description static Class<? extends TLSInspectionConfiguration.Builder>TLSInspectionConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.networkfirewall.model with type arguments of type TLSInspectionConfiguration.Builder Modifier and Type Method Description default CreateTlsInspectionConfigurationRequest.BuilderCreateTlsInspectionConfigurationRequest.Builder. tlsInspectionConfiguration(Consumer<TLSInspectionConfiguration.Builder> tlsInspectionConfiguration)The object that defines a TLS inspection configuration.default DescribeTlsInspectionConfigurationResponse.BuilderDescribeTlsInspectionConfigurationResponse.Builder. tlsInspectionConfiguration(Consumer<TLSInspectionConfiguration.Builder> tlsInspectionConfiguration)The object that defines a TLS inspection configuration.default UpdateTlsInspectionConfigurationRequest.BuilderUpdateTlsInspectionConfigurationRequest.Builder. tlsInspectionConfiguration(Consumer<TLSInspectionConfiguration.Builder> tlsInspectionConfiguration)The object that defines a TLS inspection configuration.
-