Uses of Class
com.amazonaws.services.opsworks.model.SslConfiguration
Packages that use SslConfiguration
-
Uses of SslConfiguration in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return SslConfigurationModifier and TypeMethodDescriptionSslConfiguration.clone()
App.getSslConfiguration()
AnSslConfiguration
object with the SSL configuration.CreateAppRequest.getSslConfiguration()
AnSslConfiguration
object with the SSL configuration.UpdateAppRequest.getSslConfiguration()
AnSslConfiguration
object with the SSL configuration.SslConfiguration.withCertificate
(String certificate) The contents of the certificate's domain.crt file.Optional.SslConfiguration.withPrivateKey
(String privateKey) The private key; the contents of the certificate's domain.kex file.Methods in com.amazonaws.services.opsworks.model with parameters of type SslConfigurationModifier and TypeMethodDescriptionvoid
App.setSslConfiguration
(SslConfiguration sslConfiguration) AnSslConfiguration
object with the SSL configuration.void
CreateAppRequest.setSslConfiguration
(SslConfiguration sslConfiguration) AnSslConfiguration
object with the SSL configuration.void
UpdateAppRequest.setSslConfiguration
(SslConfiguration sslConfiguration) AnSslConfiguration
object with the SSL configuration.App.withSslConfiguration
(SslConfiguration sslConfiguration) AnSslConfiguration
object with the SSL configuration.CreateAppRequest.withSslConfiguration
(SslConfiguration sslConfiguration) AnSslConfiguration
object with the SSL configuration.UpdateAppRequest.withSslConfiguration
(SslConfiguration sslConfiguration) AnSslConfiguration
object with the SSL configuration.