Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.MFAOptionType
Packages that use MFAOptionType
-
Uses of MFAOptionType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type MFAOptionTypeModifier and TypeMethodDescriptionfinal List<MFAOptionType>AdminGetUserResponse.mfaOptions()This response parameter is no longer supported. It provides information only about SMS MFA configurations.final List<MFAOptionType>AdminSetUserSettingsRequest.mfaOptions()You can use this parameter only to set an SMS configuration that uses SMS for delivery.final List<MFAOptionType>GetUserResponse.mfaOptions()This response parameter is no longer supported. It provides information only about SMS MFA configurations.final List<MFAOptionType>SetUserSettingsRequest.mfaOptions()You can use this parameter only to set an SMS configuration that uses SMS for delivery.final List<MFAOptionType>UserType.mfaOptions()The user's MFA configuration.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type MFAOptionTypeModifier and TypeMethodDescriptionAdminGetUserResponse.Builder.mfaOptions(MFAOptionType... mfaOptions) This response parameter is no longer supported. It provides information only about SMS MFA configurations.AdminSetUserSettingsRequest.Builder.mfaOptions(MFAOptionType... mfaOptions) You can use this parameter only to set an SMS configuration that uses SMS for delivery.GetUserResponse.Builder.mfaOptions(MFAOptionType... mfaOptions) This response parameter is no longer supported. It provides information only about SMS MFA configurations.SetUserSettingsRequest.Builder.mfaOptions(MFAOptionType... mfaOptions) You can use this parameter only to set an SMS configuration that uses SMS for delivery.UserType.Builder.mfaOptions(MFAOptionType... mfaOptions) The user's MFA configuration.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type MFAOptionTypeModifier and TypeMethodDescriptionAdminGetUserResponse.Builder.mfaOptions(Collection<MFAOptionType> mfaOptions) This response parameter is no longer supported. It provides information only about SMS MFA configurations.AdminSetUserSettingsRequest.Builder.mfaOptions(Collection<MFAOptionType> mfaOptions) You can use this parameter only to set an SMS configuration that uses SMS for delivery.GetUserResponse.Builder.mfaOptions(Collection<MFAOptionType> mfaOptions) This response parameter is no longer supported. It provides information only about SMS MFA configurations.SetUserSettingsRequest.Builder.mfaOptions(Collection<MFAOptionType> mfaOptions) You can use this parameter only to set an SMS configuration that uses SMS for delivery.UserType.Builder.mfaOptions(Collection<MFAOptionType> mfaOptions) The user's MFA configuration.