Uses of Enum
com.amazonaws.services.cognitoidp.model.DeliveryMediumType
Packages that use DeliveryMediumType
-
Uses of DeliveryMediumType in com.amazonaws.services.cognitoidp.model
Subclasses with type arguments of type DeliveryMediumType in com.amazonaws.services.cognitoidp.modelMethods in com.amazonaws.services.cognitoidp.model that return DeliveryMediumTypeModifier and TypeMethodDescriptionstatic DeliveryMediumTypeUse this in place of valueOf.static DeliveryMediumTypeReturns 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 TypeMethodDescriptionvoidCodeDeliveryDetailsType.setDeliveryMedium(DeliveryMediumType deliveryMedium) The delivery medium (email message or phone number).voidMFAOptionType.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.