| Package | Description |
|---|---|
| com.amazonaws.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
SmsSettings |
SmsSettings.clone() |
SmsSettings |
UpdateBackendAuthVerificationMessageConfig.getSmsSettings()
The settings for the SMS message.
|
SmsSettings |
UpdateBackendAuthForgotPasswordConfig.getSmsSettings()
(DEPRECATED) The configuration for the SMS message sent when an Amplify app user forgets their password.
|
SmsSettings |
CreateBackendAuthVerificationMessageConfig.getSmsSettings()
The settings for the SMS message.
|
SmsSettings |
CreateBackendAuthForgotPasswordConfig.getSmsSettings()
(DEPRECATED) The configuration for the SMS message sent when an app user forgets their password.
|
SmsSettings |
SmsSettings.withSmsMessage(String smsMessage)
The contents of the SMS message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateBackendAuthVerificationMessageConfig.setSmsSettings(SmsSettings smsSettings)
The settings for the SMS message.
|
void |
UpdateBackendAuthForgotPasswordConfig.setSmsSettings(SmsSettings smsSettings)
(DEPRECATED) The configuration for the SMS message sent when an Amplify app user forgets their password.
|
void |
CreateBackendAuthVerificationMessageConfig.setSmsSettings(SmsSettings smsSettings)
The settings for the SMS message.
|
void |
CreateBackendAuthForgotPasswordConfig.setSmsSettings(SmsSettings smsSettings)
(DEPRECATED) The configuration for the SMS message sent when an app user forgets their password.
|
UpdateBackendAuthVerificationMessageConfig |
UpdateBackendAuthVerificationMessageConfig.withSmsSettings(SmsSettings smsSettings)
The settings for the SMS message.
|
UpdateBackendAuthForgotPasswordConfig |
UpdateBackendAuthForgotPasswordConfig.withSmsSettings(SmsSettings smsSettings)
(DEPRECATED) The configuration for the SMS message sent when an Amplify app user forgets their password.
|
CreateBackendAuthVerificationMessageConfig |
CreateBackendAuthVerificationMessageConfig.withSmsSettings(SmsSettings smsSettings)
The settings for the SMS message.
|
CreateBackendAuthForgotPasswordConfig |
CreateBackendAuthForgotPasswordConfig.withSmsSettings(SmsSettings smsSettings)
(DEPRECATED) The configuration for the SMS message sent when an app user forgets their password.
|
Copyright © 2023. All rights reserved.