Uses of Class
software.amazon.awssdk.services.networkfirewall.model.ServerCertificateConfiguration
-
Packages that use ServerCertificateConfiguration Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of ServerCertificateConfiguration in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type ServerCertificateConfiguration Modifier and Type Method Description List<ServerCertificateConfiguration>TLSInspectionConfiguration. serverCertificateConfigurations()Lists the server certificate configurations that are associated with the TLS configuration.Methods in software.amazon.awssdk.services.networkfirewall.model with parameters of type ServerCertificateConfiguration Modifier and Type Method Description TLSInspectionConfiguration.BuilderTLSInspectionConfiguration.Builder. serverCertificateConfigurations(ServerCertificateConfiguration... serverCertificateConfigurations)Lists the server certificate configurations that are associated with the TLS configuration.Method parameters in software.amazon.awssdk.services.networkfirewall.model with type arguments of type ServerCertificateConfiguration Modifier and Type Method Description TLSInspectionConfiguration.BuilderTLSInspectionConfiguration.Builder. serverCertificateConfigurations(Collection<ServerCertificateConfiguration> serverCertificateConfigurations)Lists the server certificate configurations that are associated with the TLS configuration.
-