Uses of Class
com.amazonaws.services.cognitoidp.model.DeliveryMediumType
-
Packages that use DeliveryMediumType Package Description com.amazonaws.services.cognitoidp.model -
-
Uses of DeliveryMediumType in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return DeliveryMediumType Modifier and Type Method Description static DeliveryMediumTypeDeliveryMediumType. fromValue(String value)Use this in place of valueOf.static DeliveryMediumTypeDeliveryMediumType. valueOf(String name)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 DeliveryMediumType Modifier and Type Method Description voidCodeDeliveryDetailsType. 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.CodeDeliveryDetailsTypeCodeDeliveryDetailsType. withDeliveryMedium(DeliveryMediumType deliveryMedium)The delivery medium (email message or phone number).MFAOptionTypeMFAOptionType. withDeliveryMedium(DeliveryMediumType deliveryMedium)The delivery medium (email message or SMS message) to send the MFA code.
-