| 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 |
|---|---|
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.
|
UpdateBackendAuthForgotPasswordConfig |
UpdateBackendAuthForgotPasswordConfig.withDeliveryMethod(DeliveryMethod deliveryMethod)
Describes which mode to use (either SMS or email) to deliver messages to app users that want to recover their
password.
|
Copyright © 2021. All rights reserved.