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 MFAOptionType
MFAOptionType. clone()
MFAOptionType
MFAOptionType. withAttributeName(String attributeName)
The attribute name of the MFA option type.MFAOptionType
MFAOptionType. withDeliveryMedium(DeliveryMediumType deliveryMedium)
The delivery medium (email message or SMS message) to send the MFA code.MFAOptionType
MFAOptionType. 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 AdminGetUserResult
AdminGetUserResult. withMFAOptions(MFAOptionType... mFAOptions)
Specifies the options for MFA (e.g., email or phone number).AdminSetUserSettingsRequest
AdminSetUserSettingsRequest. withMFAOptions(MFAOptionType... mFAOptions)
Specifies the options for MFA (e.g., email or phone number).GetUserResult
GetUserResult. withMFAOptions(MFAOptionType... mFAOptions)
Specifies the options for MFA (e.g., email or phone number).SetUserSettingsRequest
SetUserSettingsRequest. 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 void
AdminGetUserResult. setMFAOptions(Collection<MFAOptionType> mFAOptions)
Specifies the options for MFA (e.g., email or phone number).void
AdminSetUserSettingsRequest. setMFAOptions(Collection<MFAOptionType> mFAOptions)
Specifies the options for MFA (e.g., email or phone number).void
GetUserResult. setMFAOptions(Collection<MFAOptionType> mFAOptions)
Specifies the options for MFA (e.g., email or phone number).void
SetUserSettingsRequest. setMFAOptions(Collection<MFAOptionType> mFAOptions)
Specifies the options for MFA (e.g., email or phone number).AdminGetUserResult
AdminGetUserResult. withMFAOptions(Collection<MFAOptionType> mFAOptions)
Specifies the options for MFA (e.g., email or phone number).AdminSetUserSettingsRequest
AdminSetUserSettingsRequest. withMFAOptions(Collection<MFAOptionType> mFAOptions)
Specifies the options for MFA (e.g., email or phone number).GetUserResult
GetUserResult. withMFAOptions(Collection<MFAOptionType> mFAOptions)
Specifies the options for MFA (e.g., email or phone number).SetUserSettingsRequest
SetUserSettingsRequest. withMFAOptions(Collection<MFAOptionType> mFAOptions)
Specifies the options for MFA (e.g., email or phone number).
-