Uses of Class
com.amazonaws.services.opsworks.model.SslConfiguration
-
Packages that use SslConfiguration Package Description com.amazonaws.services.opsworks.model -
-
Uses of SslConfiguration in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return SslConfiguration Modifier and Type Method Description SslConfiguration
SslConfiguration. clone()
SslConfiguration
App. getSslConfiguration()
AnSslConfiguration
object with the SSL configuration.SslConfiguration
CreateAppRequest. getSslConfiguration()
AnSslConfiguration
object with the SSL configuration.SslConfiguration
UpdateAppRequest. getSslConfiguration()
AnSslConfiguration
object with the SSL configuration.SslConfiguration
SslConfiguration. withCertificate(String certificate)
The contents of the certificate's domain.crt file.SslConfiguration
SslConfiguration. withChain(String chain)
Optional.SslConfiguration
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 SslConfiguration Modifier and Type Method Description void
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
App. withSslConfiguration(SslConfiguration sslConfiguration)
AnSslConfiguration
object with the SSL configuration.CreateAppRequest
CreateAppRequest. withSslConfiguration(SslConfiguration sslConfiguration)
AnSslConfiguration
object with the SSL configuration.UpdateAppRequest
UpdateAppRequest. withSslConfiguration(SslConfiguration sslConfiguration)
AnSslConfiguration
object with the SSL configuration.
-