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