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 SslConfigurationSslConfiguration. clone()SslConfigurationApp. getSslConfiguration()AnSslConfigurationobject with the SSL configuration.SslConfigurationCreateAppRequest. getSslConfiguration()AnSslConfigurationobject with the SSL configuration.SslConfigurationUpdateAppRequest. getSslConfiguration()AnSslConfigurationobject with the SSL configuration.SslConfigurationSslConfiguration. withCertificate(String certificate)The contents of the certificate's domain.crt file.SslConfigurationSslConfiguration. withChain(String chain)Optional.SslConfigurationSslConfiguration. 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 voidApp. setSslConfiguration(SslConfiguration sslConfiguration)AnSslConfigurationobject with the SSL configuration.voidCreateAppRequest. setSslConfiguration(SslConfiguration sslConfiguration)AnSslConfigurationobject with the SSL configuration.voidUpdateAppRequest. setSslConfiguration(SslConfiguration sslConfiguration)AnSslConfigurationobject with the SSL configuration.AppApp. withSslConfiguration(SslConfiguration sslConfiguration)AnSslConfigurationobject with the SSL configuration.CreateAppRequestCreateAppRequest. withSslConfiguration(SslConfiguration sslConfiguration)AnSslConfigurationobject with the SSL configuration.UpdateAppRequestUpdateAppRequest. withSslConfiguration(SslConfiguration sslConfiguration)AnSslConfigurationobject with the SSL configuration.
-