Uses of Enum
com.amazonaws.services.cognitoidp.model.DeliveryMediumType
Packages that use DeliveryMediumType
-
Uses of DeliveryMediumType in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return DeliveryMediumTypeModifier and TypeMethodDescriptionstatic DeliveryMediumType
Use this in place of valueOf.static DeliveryMediumType
Returns the enum constant of this type with the specified name.static DeliveryMediumType[]
DeliveryMediumType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.cognitoidp.model with parameters of type DeliveryMediumTypeModifier and TypeMethodDescriptionvoid
CodeDeliveryDetailsType.setDeliveryMedium
(DeliveryMediumType deliveryMedium) The delivery medium (email message or phone number).void
MFAOptionType.setDeliveryMedium
(DeliveryMediumType deliveryMedium) The delivery medium (email message or SMS message) to send the MFA code.CodeDeliveryDetailsType.withDeliveryMedium
(DeliveryMediumType deliveryMedium) The delivery medium (email message or phone number).MFAOptionType.withDeliveryMedium
(DeliveryMediumType deliveryMedium) The delivery medium (email message or SMS message) to send the MFA code.