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