Uses of Class
software.amazon.awssdk.services.networkfirewall.model.ServerCertificate
-
Packages that use ServerCertificate Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of ServerCertificate in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type ServerCertificate Modifier and Type Method Description List<ServerCertificate>ServerCertificateConfiguration. serverCertificates()The list of server certificates to use for inbound SSL/TLS inspection.Methods in software.amazon.awssdk.services.networkfirewall.model with parameters of type ServerCertificate Modifier and Type Method Description ServerCertificateConfiguration.BuilderServerCertificateConfiguration.Builder. serverCertificates(ServerCertificate... serverCertificates)The list of server certificates to use for inbound SSL/TLS inspection.Method parameters in software.amazon.awssdk.services.networkfirewall.model with type arguments of type ServerCertificate Modifier and Type Method Description ServerCertificateConfiguration.BuilderServerCertificateConfiguration.Builder. serverCertificates(Collection<ServerCertificate> serverCertificates)The list of server certificates to use for inbound SSL/TLS inspection.
-