Uses of Class
com.amazonaws.services.cognitoidp.model.MFAOptionType
Packages that use MFAOptionType
-
Uses of MFAOptionType in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return MFAOptionTypeModifier and TypeMethodDescriptionMFAOptionType.clone()
MFAOptionType.withAttributeName
(String attributeName) The attribute name of the MFA option type.MFAOptionType.withDeliveryMedium
(DeliveryMediumType deliveryMedium) The delivery medium (email message or SMS message) to send the MFA code.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 MFAOptionTypeModifier and TypeMethodDescriptionAdminGetUserResult.getMFAOptions()
Specifies the options for MFA (e.g., email or phone number).AdminSetUserSettingsRequest.getMFAOptions()
Specifies the options for MFA (e.g., email or phone number).GetUserResult.getMFAOptions()
Specifies the options for MFA (e.g., email or phone number).SetUserSettingsRequest.getMFAOptions()
Specifies the options for MFA (e.g., email or phone number).Methods in com.amazonaws.services.cognitoidp.model with parameters of type MFAOptionTypeModifier and TypeMethodDescriptionAdminGetUserResult.withMFAOptions
(MFAOptionType... mFAOptions) Specifies the options for MFA (e.g., email or phone number).AdminSetUserSettingsRequest.withMFAOptions
(MFAOptionType... mFAOptions) Specifies the options for MFA (e.g., email or phone number).GetUserResult.withMFAOptions
(MFAOptionType... mFAOptions) Specifies the options for MFA (e.g., email or phone number).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 MFAOptionTypeModifier and TypeMethodDescriptionvoid
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.withMFAOptions
(Collection<MFAOptionType> mFAOptions) Specifies the options for MFA (e.g., email or phone number).AdminSetUserSettingsRequest.withMFAOptions
(Collection<MFAOptionType> mFAOptions) Specifies the options for MFA (e.g., email or phone number).GetUserResult.withMFAOptions
(Collection<MFAOptionType> mFAOptions) Specifies the options for MFA (e.g., email or phone number).SetUserSettingsRequest.withMFAOptions
(Collection<MFAOptionType> mFAOptions) Specifies the options for MFA (e.g., email or phone number).