Uses of Class
com.amazonaws.services.cognitoidp.model.UserPoolMfaType
-
Packages that use UserPoolMfaType Package Description com.amazonaws.services.cognitoidp.model -
-
Uses of UserPoolMfaType in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return UserPoolMfaType Modifier and Type Method Description static UserPoolMfaTypeUserPoolMfaType. fromValue(String value)Use this in place of valueOf.static UserPoolMfaTypeUserPoolMfaType. valueOf(String name)Returns 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 UserPoolMfaType Modifier and Type Method Description voidCreateUserPoolRequest. 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:CreateUserPoolRequestCreateUserPoolRequest. withMfaConfiguration(UserPoolMfaType mfaConfiguration)Specifies MFA configuration details.UpdateUserPoolRequestUpdateUserPoolRequest. withMfaConfiguration(UserPoolMfaType mfaConfiguration)Can be one of the following values:UserPoolTypeUserPoolType. withMfaConfiguration(UserPoolMfaType mfaConfiguration)Can be one of the following values:
-