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()AnSslConfigurationobject with the SSL configuration.CreateAppRequest.getSslConfiguration()AnSslConfigurationobject with the SSL configuration.UpdateAppRequest.getSslConfiguration()AnSslConfigurationobject 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 TypeMethodDescriptionvoidApp.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.App.withSslConfiguration(SslConfiguration sslConfiguration) AnSslConfigurationobject with the SSL configuration.CreateAppRequest.withSslConfiguration(SslConfiguration sslConfiguration) AnSslConfigurationobject with the SSL configuration.UpdateAppRequest.withSslConfiguration(SslConfiguration sslConfiguration) AnSslConfigurationobject with the SSL configuration.