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 DeliveryMediumType
DeliveryMediumType. fromValue(String value)
Use this in place of valueOf.static DeliveryMediumType
DeliveryMediumType. 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 void
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
CodeDeliveryDetailsType. withDeliveryMedium(DeliveryMediumType deliveryMedium)
The delivery medium (email message or phone number).MFAOptionType
MFAOptionType. withDeliveryMedium(DeliveryMediumType deliveryMedium)
The delivery medium (email message or SMS message) to send the MFA code.
-