Uses of Enum
com.amazonaws.services.cognitoidp.model.UserPoolMfaType
Packages that use UserPoolMfaType
-
Uses of UserPoolMfaType in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return UserPoolMfaTypeModifier and TypeMethodDescriptionstatic UserPoolMfaTypeUse this in place of valueOf.static UserPoolMfaTypeReturns the enum constant of this type with the specified name.static UserPoolMfaType[]UserPoolMfaType.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 UserPoolMfaTypeModifier and TypeMethodDescriptionvoidCreateUserPoolRequest.setMfaConfiguration(UserPoolMfaType mfaConfiguration) Specifies MFA configuration details.voidUpdateUserPoolRequest.setMfaConfiguration(UserPoolMfaType mfaConfiguration) Can be one of the following values:voidUserPoolType.setMfaConfiguration(UserPoolMfaType mfaConfiguration) Can be one of the following values:CreateUserPoolRequest.withMfaConfiguration(UserPoolMfaType mfaConfiguration) Specifies MFA configuration details.UpdateUserPoolRequest.withMfaConfiguration(UserPoolMfaType mfaConfiguration) Can be one of the following values:UserPoolType.withMfaConfiguration(UserPoolMfaType mfaConfiguration) Can be one of the following values: