Uses of Class
software.amazon.awssdk.services.opsworks.model.SslConfiguration
-
Packages that use SslConfiguration Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of SslConfiguration in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return SslConfiguration Modifier and Type Method Description SslConfigurationApp. sslConfiguration()AnSslConfigurationobject with the SSL configuration.SslConfigurationCreateAppRequest. sslConfiguration()AnSslConfigurationobject with the SSL configuration.SslConfigurationUpdateAppRequest. sslConfiguration()AnSslConfigurationobject with the SSL configuration.Methods in software.amazon.awssdk.services.opsworks.model with parameters of type SslConfiguration Modifier and Type Method Description App.BuilderApp.Builder. sslConfiguration(SslConfiguration sslConfiguration)AnSslConfigurationobject with the SSL configuration.CreateAppRequest.BuilderCreateAppRequest.Builder. sslConfiguration(SslConfiguration sslConfiguration)AnSslConfigurationobject with the SSL configuration.UpdateAppRequest.BuilderUpdateAppRequest.Builder. sslConfiguration(SslConfiguration sslConfiguration)AnSslConfigurationobject with the SSL configuration.
-