Uses of Class
com.exoscale.sdk.model.SMTPServerSettings
-
Packages that use SMTPServerSettings Package Description com.exoscale.sdk.model -
-
Uses of SMTPServerSettings in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return SMTPServerSettings Modifier and Type Method Description SMTPServerSettings
SMTPServerSettings. fromAddress(String fromAddress)
SMTPServerSettings
SMTPServerSettings. fromName(String fromName)
SMTPServerSettings
JsonSchemaGrafana. getSmtpServer()
Get smtpServerSMTPServerSettings
SMTPServerSettings. host(String host)
SMTPServerSettings
SMTPServerSettings. password(String password)
SMTPServerSettings
SMTPServerSettings. port(Integer port)
SMTPServerSettings
SMTPServerSettings. skipVerify(Boolean skipVerify)
SMTPServerSettings
SMTPServerSettings. starttlsPolicy(SMTPServerSettings.StarttlsPolicyEnum starttlsPolicy)
SMTPServerSettings
SMTPServerSettings. username(String username)
Methods in com.exoscale.sdk.model with parameters of type SMTPServerSettings Modifier and Type Method Description void
JsonSchemaGrafana. setSmtpServer(SMTPServerSettings smtpServer)
JsonSchemaGrafana
JsonSchemaGrafana. smtpServer(SMTPServerSettings smtpServer)
-