| Package | Description |
|---|---|
| com.amazonaws.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
CreateBackendAuthForgotPasswordConfig |
CreateBackendAuthForgotPasswordConfig.clone() |
CreateBackendAuthForgotPasswordConfig |
CreateBackendAuthUserPoolConfig.getForgotPassword()
Describes the forgotten password policy for your Amazon Cognito user pool, configured as a part of your Amplify
project.
|
CreateBackendAuthForgotPasswordConfig |
CreateBackendAuthForgotPasswordConfig.withDeliveryMethod(DeliveryMethod deliveryMethod)
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)
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)
The configuration for the email sent when an app user forgets their password.
|
CreateBackendAuthForgotPasswordConfig |
CreateBackendAuthForgotPasswordConfig.withSmsSettings(SmsSettings smsSettings)
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)
Describes the forgotten password policy for your Amazon Cognito user pool, configured as a part of your Amplify
project.
|
CreateBackendAuthUserPoolConfig |
CreateBackendAuthUserPoolConfig.withForgotPassword(CreateBackendAuthForgotPasswordConfig forgotPassword)
Describes the forgotten password policy for your Amazon Cognito user pool, configured as a part of your Amplify
project.
|
Copyright © 2021. All rights reserved.