@Generated(value="software.amazon.awssdk:codegen") public final class UpdateBackendAuthForgotPasswordConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdateBackendAuthForgotPasswordConfig.Builder,UpdateBackendAuthForgotPasswordConfig>
(DEPRECATED) Describes the forgot password policy for authenticating into the Amplify app.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateBackendAuthForgotPasswordConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateBackendAuthForgotPasswordConfig.Builder |
builder() |
DeliveryMethod |
deliveryMethod()
(DEPRECATED) Describes which mode to use (either SMS or email) to deliver messages to app users that want
to recover their password.
|
String |
deliveryMethodAsString()
(DEPRECATED) Describes which mode to use (either SMS or email) to deliver messages to app users that want
to recover their password.
|
EmailSettings |
emailSettings()
(DEPRECATED) The configuration for the email sent when an app user forgets their password.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateBackendAuthForgotPasswordConfig.Builder> |
serializableBuilderClass() |
SmsSettings |
smsSettings()
(DEPRECATED) The configuration for the SMS message sent when an Amplify app user forgets their password.
|
UpdateBackendAuthForgotPasswordConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DeliveryMethod deliveryMethod()
(DEPRECATED) Describes which mode to use (either SMS or email) to deliver messages to app users that want to recover their password.
If the service returns an enum value that is not available in the current SDK version, deliveryMethod
will return DeliveryMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from deliveryMethodAsString().
DeliveryMethodpublic final String deliveryMethodAsString()
(DEPRECATED) Describes which mode to use (either SMS or email) to deliver messages to app users that want to recover their password.
If the service returns an enum value that is not available in the current SDK version, deliveryMethod
will return DeliveryMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from deliveryMethodAsString().
DeliveryMethodpublic final EmailSettings emailSettings()
(DEPRECATED) The configuration for the email sent when an app user forgets their password.
public final SmsSettings smsSettings()
(DEPRECATED) The configuration for the SMS message sent when an Amplify app user forgets their password.
public UpdateBackendAuthForgotPasswordConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateBackendAuthForgotPasswordConfig.Builder,UpdateBackendAuthForgotPasswordConfig>public static UpdateBackendAuthForgotPasswordConfig.Builder builder()
public static Class<? extends UpdateBackendAuthForgotPasswordConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.