| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
DeliveryMethod |
UpdateBackendAuthForgotPasswordConfig.deliveryMethod()
Describes which method to use (either SMS or email) to deliver messages to app users that want to recover their
password.
|
DeliveryMethod |
CreateBackendAuthForgotPasswordConfig.deliveryMethod()
Describes which method to use (either SMS or email) to deliver messages to app users that want to recover their
password.
|
static DeliveryMethod |
DeliveryMethod.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<DeliveryMethod> |
DeliveryMethod.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
CreateBackendAuthForgotPasswordConfig.Builder |
CreateBackendAuthForgotPasswordConfig.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.
|
Copyright © 2021. All rights reserved.