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 UserPoolMfaType
UserPoolMfaType. fromValue(String value)
Use this in place of valueOf.static UserPoolMfaType
UserPoolMfaType. 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 void
CreateUserPoolRequest. setMfaConfiguration(UserPoolMfaType mfaConfiguration)
Specifies MFA configuration details.void
UpdateUserPoolRequest. setMfaConfiguration(UserPoolMfaType mfaConfiguration)
Can be one of the following values:void
UserPoolType. setMfaConfiguration(UserPoolMfaType mfaConfiguration)
Can be one of the following values:CreateUserPoolRequest
CreateUserPoolRequest. withMfaConfiguration(UserPoolMfaType mfaConfiguration)
Specifies MFA configuration details.UpdateUserPoolRequest
UpdateUserPoolRequest. withMfaConfiguration(UserPoolMfaType mfaConfiguration)
Can be one of the following values:UserPoolType
UserPoolType. withMfaConfiguration(UserPoolMfaType mfaConfiguration)
Can be one of the following values:
-