Uses of Class
software.amazon.awssdk.services.amplifybackend.model.SmsSettings
-
Packages that use SmsSettings Package Description software.amazon.awssdk.services.amplifybackend.model -
-
Uses of SmsSettings in software.amazon.awssdk.services.amplifybackend.model
Methods in software.amazon.awssdk.services.amplifybackend.model that return SmsSettings Modifier and Type Method Description SmsSettingsCreateBackendAuthForgotPasswordConfig. smsSettings()(DEPRECATED) The configuration for the SMS message sent when an app user forgets their password.SmsSettingsCreateBackendAuthVerificationMessageConfig. smsSettings()The settings for the SMS message.SmsSettingsUpdateBackendAuthForgotPasswordConfig. smsSettings()(DEPRECATED) The configuration for the SMS message sent when an Amplify app user forgets their password.SmsSettingsUpdateBackendAuthVerificationMessageConfig. smsSettings()The settings for the SMS message.Methods in software.amazon.awssdk.services.amplifybackend.model with parameters of type SmsSettings Modifier and Type Method Description CreateBackendAuthForgotPasswordConfig.BuilderCreateBackendAuthForgotPasswordConfig.Builder. smsSettings(SmsSettings smsSettings)(DEPRECATED) The configuration for the SMS message sent when an app user forgets their password.CreateBackendAuthVerificationMessageConfig.BuilderCreateBackendAuthVerificationMessageConfig.Builder. smsSettings(SmsSettings smsSettings)The settings for the SMS message.UpdateBackendAuthForgotPasswordConfig.BuilderUpdateBackendAuthForgotPasswordConfig.Builder. smsSettings(SmsSettings smsSettings)(DEPRECATED) The configuration for the SMS message sent when an Amplify app user forgets their password.UpdateBackendAuthVerificationMessageConfig.BuilderUpdateBackendAuthVerificationMessageConfig.Builder. smsSettings(SmsSettings smsSettings)The settings for the SMS message.
-