Uses of Class
software.amazon.awssdk.services.amplifybackend.model.DeliveryMethod
-
Packages that use DeliveryMethod Package Description software.amazon.awssdk.services.amplifybackend.model -
-
Uses of DeliveryMethod in software.amazon.awssdk.services.amplifybackend.model
Methods in software.amazon.awssdk.services.amplifybackend.model that return DeliveryMethod Modifier and Type Method Description DeliveryMethodCreateBackendAuthForgotPasswordConfig. deliveryMethod()(DEPRECATED) Describes which mode to use (either SMS or email) to deliver messages to app users who want to recover their password.DeliveryMethodCreateBackendAuthVerificationMessageConfig. deliveryMethod()The type of verification message to send.DeliveryMethodUpdateBackendAuthForgotPasswordConfig. deliveryMethod()(DEPRECATED) Describes which mode to use (either SMS or email) to deliver messages to app users that want to recover their password.DeliveryMethodUpdateBackendAuthVerificationMessageConfig. deliveryMethod()The type of verification message to send.static DeliveryMethodDeliveryMethod. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DeliveryMethodDeliveryMethod. 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.Methods in software.amazon.awssdk.services.amplifybackend.model that return types with arguments of type DeliveryMethod Modifier and Type Method Description static Set<DeliveryMethod>DeliveryMethod. knownValues()Methods in software.amazon.awssdk.services.amplifybackend.model with parameters of type DeliveryMethod Modifier and Type Method Description CreateBackendAuthForgotPasswordConfig.BuilderCreateBackendAuthForgotPasswordConfig.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.CreateBackendAuthVerificationMessageConfig.BuilderCreateBackendAuthVerificationMessageConfig.Builder. deliveryMethod(DeliveryMethod deliveryMethod)The type of verification message to send.UpdateBackendAuthForgotPasswordConfig.BuilderUpdateBackendAuthForgotPasswordConfig.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.UpdateBackendAuthVerificationMessageConfig.BuilderUpdateBackendAuthVerificationMessageConfig.Builder. deliveryMethod(DeliveryMethod deliveryMethod)The type of verification message to send.
-