public static interface UpdateBackendAuthForgotPasswordConfig.Builder extends SdkPojo, CopyableBuilder<UpdateBackendAuthForgotPasswordConfig.Builder,UpdateBackendAuthForgotPasswordConfig>
| Modifier and Type | Method and Description |
|---|---|
UpdateBackendAuthForgotPasswordConfig.Builder |
deliveryMethod(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.Builder |
deliveryMethod(String deliveryMethod)
(DEPRECATED) Describes which mode to use (either SMS or email) to deliver messages to app users that
want to recover their password.
|
default UpdateBackendAuthForgotPasswordConfig.Builder |
emailSettings(Consumer<EmailSettings.Builder> emailSettings)
(DEPRECATED) The configuration for the email sent when an app user forgets their password.
|
UpdateBackendAuthForgotPasswordConfig.Builder |
emailSettings(EmailSettings emailSettings)
(DEPRECATED) The configuration for the email sent when an app user forgets their password.
|
default UpdateBackendAuthForgotPasswordConfig.Builder |
smsSettings(Consumer<SmsSettings.Builder> smsSettings)
(DEPRECATED) The configuration for the SMS message sent when an Amplify app user forgets their
password.
|
UpdateBackendAuthForgotPasswordConfig.Builder |
smsSettings(SmsSettings smsSettings)
(DEPRECATED) The configuration for the SMS message sent when an Amplify app user forgets their
password.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateBackendAuthForgotPasswordConfig.Builder deliveryMethod(String deliveryMethod)
(DEPRECATED) Describes which mode to use (either SMS or email) to deliver messages to app users that want to recover their password.
deliveryMethod - (DEPRECATED)DeliveryMethod,
DeliveryMethodUpdateBackendAuthForgotPasswordConfig.Builder deliveryMethod(DeliveryMethod deliveryMethod)
(DEPRECATED) Describes which mode to use (either SMS or email) to deliver messages to app users that want to recover their password.
deliveryMethod - (DEPRECATED)DeliveryMethod,
DeliveryMethodUpdateBackendAuthForgotPasswordConfig.Builder emailSettings(EmailSettings emailSettings)
(DEPRECATED) The configuration for the email sent when an app user forgets their password.
emailSettings - (DEPRECATED)default UpdateBackendAuthForgotPasswordConfig.Builder emailSettings(Consumer<EmailSettings.Builder> emailSettings)
(DEPRECATED) The configuration for the email sent when an app user forgets their password.
This is a convenience method that creates an instance of theEmailSettings.Builder avoiding the need
to create one manually via EmailSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to emailSettings(EmailSettings).
emailSettings - a consumer that will call methods on EmailSettings.BuilderemailSettings(EmailSettings)UpdateBackendAuthForgotPasswordConfig.Builder smsSettings(SmsSettings smsSettings)
(DEPRECATED) The configuration for the SMS message sent when an Amplify app user forgets their password.
smsSettings - (DEPRECATED)default UpdateBackendAuthForgotPasswordConfig.Builder smsSettings(Consumer<SmsSettings.Builder> smsSettings)
(DEPRECATED) The configuration for the SMS message sent when an Amplify app user forgets their password.
This is a convenience method that creates an instance of theSmsSettings.Builder avoiding the need to
create one manually via SmsSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to smsSettings(SmsSettings).
smsSettings - a consumer that will call methods on SmsSettings.BuildersmsSettings(SmsSettings)Copyright © 2023. All rights reserved.