| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
static UpdateBackendAuthForgotPasswordConfig.Builder |
UpdateBackendAuthForgotPasswordConfig.builder() |
UpdateBackendAuthForgotPasswordConfig.Builder |
UpdateBackendAuthForgotPasswordConfig.Builder.deliveryMethod(DeliveryMethod deliveryMethod)
Describes which method to use (either SMS or email) to deliver messages to app users that want to recover
their password.
|
UpdateBackendAuthForgotPasswordConfig.Builder |
UpdateBackendAuthForgotPasswordConfig.Builder.deliveryMethod(String deliveryMethod)
Describes which method to use (either SMS or email) to deliver messages to app users that want to recover
their password.
|
default UpdateBackendAuthForgotPasswordConfig.Builder |
UpdateBackendAuthForgotPasswordConfig.Builder.emailSettings(Consumer<EmailSettings.Builder> emailSettings)
The configuration for the email sent when an app user forgets their password.
|
UpdateBackendAuthForgotPasswordConfig.Builder |
UpdateBackendAuthForgotPasswordConfig.Builder.emailSettings(EmailSettings emailSettings)
The configuration for the email sent when an app user forgets their password.
|
default UpdateBackendAuthForgotPasswordConfig.Builder |
UpdateBackendAuthForgotPasswordConfig.Builder.smsSettings(Consumer<SmsSettings.Builder> smsSettings)
The configuration for the SMS message sent when an Amplify app user forgets their password.
|
UpdateBackendAuthForgotPasswordConfig.Builder |
UpdateBackendAuthForgotPasswordConfig.Builder.smsSettings(SmsSettings smsSettings)
The configuration for the SMS message sent when an Amplify app user forgets their password.
|
UpdateBackendAuthForgotPasswordConfig.Builder |
UpdateBackendAuthForgotPasswordConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateBackendAuthForgotPasswordConfig.Builder> |
UpdateBackendAuthForgotPasswordConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateBackendAuthUserPoolConfig.Builder |
UpdateBackendAuthUserPoolConfig.Builder.forgotPassword(Consumer<UpdateBackendAuthForgotPasswordConfig.Builder> forgotPassword)
Describes the forgot password policy for your Amazon Cognito user pool, configured as a part of your Amplify
project.
|
Copyright © 2021. All rights reserved.