| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
DeliveryMethod |
CreateBackendAuthVerificationMessageConfig.deliveryMethod()
The type of verification message to send.
|
DeliveryMethod |
UpdateBackendAuthForgotPasswordConfig.deliveryMethod()
(DEPRECATED) Describes which mode to use (either SMS or email) to deliver messages to app users that want
to recover their password.
|
DeliveryMethod |
CreateBackendAuthForgotPasswordConfig.deliveryMethod()
(DEPRECATED) Describes which mode to use (either SMS or email) to deliver messages to app users who want
to recover their password.
|
DeliveryMethod |
UpdateBackendAuthVerificationMessageConfig.deliveryMethod()
The type of verification message to send.
|
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 |
|---|---|
CreateBackendAuthVerificationMessageConfig.Builder |
CreateBackendAuthVerificationMessageConfig.Builder.deliveryMethod(DeliveryMethod deliveryMethod)
The type of verification message to send.
|
UpdateBackendAuthForgotPasswordConfig.Builder |
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.
|
CreateBackendAuthForgotPasswordConfig.Builder |
CreateBackendAuthForgotPasswordConfig.Builder.deliveryMethod(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.Builder |
UpdateBackendAuthVerificationMessageConfig.Builder.deliveryMethod(DeliveryMethod deliveryMethod)
The type of verification message to send.
|
Copyright © 2023. All rights reserved.