Uses of Class
com.amazonaws.services.cognitoidp.model.MFAOptionType
-
Packages that use MFAOptionType Package Description com.amazonaws.services.cognitoidp.model -
-
Uses of MFAOptionType in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return MFAOptionType Modifier and Type Method Description MFAOptionTypeMFAOptionType. clone()MFAOptionTypeMFAOptionType. withAttributeName(String attributeName)The attribute name of the MFA option type.MFAOptionTypeMFAOptionType. withDeliveryMedium(DeliveryMediumType deliveryMedium)The delivery medium (email message or SMS message) to send the MFA code.MFAOptionTypeMFAOptionType. withDeliveryMedium(String deliveryMedium)The delivery medium (email message or SMS message) to send the MFA code.Methods in com.amazonaws.services.cognitoidp.model that return types with arguments of type MFAOptionType Modifier and Type Method Description List<MFAOptionType>AdminGetUserResult. getMFAOptions()Specifies the options for MFA (e.g., email or phone number).List<MFAOptionType>AdminSetUserSettingsRequest. getMFAOptions()Specifies the options for MFA (e.g., email or phone number).List<MFAOptionType>GetUserResult. getMFAOptions()Specifies the options for MFA (e.g., email or phone number).List<MFAOptionType>SetUserSettingsRequest. getMFAOptions()Specifies the options for MFA (e.g., email or phone number).Methods in com.amazonaws.services.cognitoidp.model with parameters of type MFAOptionType Modifier and Type Method Description AdminGetUserResultAdminGetUserResult. withMFAOptions(MFAOptionType... mFAOptions)Specifies the options for MFA (e.g., email or phone number).AdminSetUserSettingsRequestAdminSetUserSettingsRequest. withMFAOptions(MFAOptionType... mFAOptions)Specifies the options for MFA (e.g., email or phone number).GetUserResultGetUserResult. withMFAOptions(MFAOptionType... mFAOptions)Specifies the options for MFA (e.g., email or phone number).SetUserSettingsRequestSetUserSettingsRequest. withMFAOptions(MFAOptionType... mFAOptions)Specifies the options for MFA (e.g., email or phone number).Method parameters in com.amazonaws.services.cognitoidp.model with type arguments of type MFAOptionType Modifier and Type Method Description voidAdminGetUserResult. setMFAOptions(Collection<MFAOptionType> mFAOptions)Specifies the options for MFA (e.g., email or phone number).voidAdminSetUserSettingsRequest. setMFAOptions(Collection<MFAOptionType> mFAOptions)Specifies the options for MFA (e.g., email or phone number).voidGetUserResult. setMFAOptions(Collection<MFAOptionType> mFAOptions)Specifies the options for MFA (e.g., email or phone number).voidSetUserSettingsRequest. setMFAOptions(Collection<MFAOptionType> mFAOptions)Specifies the options for MFA (e.g., email or phone number).AdminGetUserResultAdminGetUserResult. withMFAOptions(Collection<MFAOptionType> mFAOptions)Specifies the options for MFA (e.g., email or phone number).AdminSetUserSettingsRequestAdminSetUserSettingsRequest. withMFAOptions(Collection<MFAOptionType> mFAOptions)Specifies the options for MFA (e.g., email or phone number).GetUserResultGetUserResult. withMFAOptions(Collection<MFAOptionType> mFAOptions)Specifies the options for MFA (e.g., email or phone number).SetUserSettingsRequestSetUserSettingsRequest. withMFAOptions(Collection<MFAOptionType> mFAOptions)Specifies the options for MFA (e.g., email or phone number).
-