| Package | Description |
|---|---|
| com.amazonaws.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
EmailSettings |
EmailSettings.clone() |
EmailSettings |
CreateBackendAuthVerificationMessageConfig.getEmailSettings()
The settings for the email message.
|
EmailSettings |
CreateBackendAuthForgotPasswordConfig.getEmailSettings()
(DEPRECATED) The configuration for the email sent when an app user forgets their password.
|
EmailSettings |
UpdateBackendAuthForgotPasswordConfig.getEmailSettings()
(DEPRECATED) The configuration for the email sent when an app user forgets their password.
|
EmailSettings |
UpdateBackendAuthVerificationMessageConfig.getEmailSettings()
The settings for the email message.
|
EmailSettings |
EmailSettings.withEmailMessage(String emailMessage)
The contents of the email message.
|
EmailSettings |
EmailSettings.withEmailSubject(String emailSubject)
The contents of the subject line of the email message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateBackendAuthVerificationMessageConfig.setEmailSettings(EmailSettings emailSettings)
The settings for the email message.
|
void |
CreateBackendAuthForgotPasswordConfig.setEmailSettings(EmailSettings emailSettings)
(DEPRECATED) The configuration for the email sent when an app user forgets their password.
|
void |
UpdateBackendAuthForgotPasswordConfig.setEmailSettings(EmailSettings emailSettings)
(DEPRECATED) The configuration for the email sent when an app user forgets their password.
|
void |
UpdateBackendAuthVerificationMessageConfig.setEmailSettings(EmailSettings emailSettings)
The settings for the email message.
|
CreateBackendAuthVerificationMessageConfig |
CreateBackendAuthVerificationMessageConfig.withEmailSettings(EmailSettings emailSettings)
The settings for the email message.
|
CreateBackendAuthForgotPasswordConfig |
CreateBackendAuthForgotPasswordConfig.withEmailSettings(EmailSettings emailSettings)
(DEPRECATED) The configuration for the email sent when an app user forgets their password.
|
UpdateBackendAuthForgotPasswordConfig |
UpdateBackendAuthForgotPasswordConfig.withEmailSettings(EmailSettings emailSettings)
(DEPRECATED) The configuration for the email sent when an app user forgets their password.
|
UpdateBackendAuthVerificationMessageConfig |
UpdateBackendAuthVerificationMessageConfig.withEmailSettings(EmailSettings emailSettings)
The settings for the email message.
|
Copyright © 2023. All rights reserved.