| Package | Description |
|---|---|
| com.amazonaws.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateBackendAuthForgotPasswordConfig |
UpdateBackendAuthForgotPasswordConfig.clone() |
UpdateBackendAuthForgotPasswordConfig |
UpdateBackendAuthUserPoolConfig.getForgotPassword()
(DEPRECATED) Describes the forgot password policy for your Amazon Cognito user pool, configured as a part
of your Amplify project.
|
UpdateBackendAuthForgotPasswordConfig |
UpdateBackendAuthForgotPasswordConfig.withDeliveryMethod(DeliveryMethod deliveryMethod)
(DEPRECATED) Describes which mode to use (either SMS or email) to deliver messages to app users that want
to recover their password.
|
UpdateBackendAuthForgotPasswordConfig |
UpdateBackendAuthForgotPasswordConfig.withDeliveryMethod(String deliveryMethod)
(DEPRECATED) Describes which mode to use (either SMS or email) to deliver messages to app users that want
to recover their password.
|
UpdateBackendAuthForgotPasswordConfig |
UpdateBackendAuthForgotPasswordConfig.withEmailSettings(EmailSettings emailSettings)
(DEPRECATED) The configuration for the email sent when an app user forgets their password.
|
UpdateBackendAuthForgotPasswordConfig |
UpdateBackendAuthForgotPasswordConfig.withSmsSettings(SmsSettings smsSettings)
(DEPRECATED) The configuration for the SMS message sent when an Amplify app user forgets their password.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateBackendAuthUserPoolConfig.setForgotPassword(UpdateBackendAuthForgotPasswordConfig forgotPassword)
(DEPRECATED) Describes the forgot password policy for your Amazon Cognito user pool, configured as a part
of your Amplify project.
|
UpdateBackendAuthUserPoolConfig |
UpdateBackendAuthUserPoolConfig.withForgotPassword(UpdateBackendAuthForgotPasswordConfig forgotPassword)
(DEPRECATED) Describes the forgot password policy for your Amazon Cognito user pool, configured as a part
of your Amplify project.
|
Copyright © 2022. All rights reserved.