| Package | Description |
|---|---|
| com.amazonaws.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
static DeliveryMethod |
DeliveryMethod.fromValue(String value)
Use this in place of valueOf.
|
static DeliveryMethod |
DeliveryMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeliveryMethod[] |
DeliveryMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBackendAuthForgotPasswordConfig |
UpdateBackendAuthForgotPasswordConfig.withDeliveryMethod(DeliveryMethod deliveryMethod)
(DEPRECATED) Describes which mode to use (either SMS or email) to deliver messages to app users that want
to recover their password.
|
CreateBackendAuthVerificationMessageConfig |
CreateBackendAuthVerificationMessageConfig.withDeliveryMethod(DeliveryMethod deliveryMethod)
The type of verification message to send.
|
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.
|
UpdateBackendAuthVerificationMessageConfig |
UpdateBackendAuthVerificationMessageConfig.withDeliveryMethod(DeliveryMethod deliveryMethod)
The type of verification message to send.
|
Copyright © 2024. All rights reserved.