Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.UserPoolMfaType
-
Packages that use UserPoolMfaType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of UserPoolMfaType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UserPoolMfaType Modifier and Type Method Description static UserPoolMfaTypeUserPoolMfaType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UserPoolMfaTypeCreateUserPoolRequest. mfaConfiguration()Sets multi-factor authentication (MFA) to be on, off, or optional.UserPoolMfaTypeGetUserPoolMfaConfigResponse. mfaConfiguration()Displays the state of multi-factor authentication (MFA) as on, off, or optional.UserPoolMfaTypeSetUserPoolMfaConfigRequest. mfaConfiguration()Sets multi-factor authentication (MFA) to be on, off, or optional.UserPoolMfaTypeSetUserPoolMfaConfigResponse. mfaConfiguration()Displays multi-factor authentication (MFA) as on, off, or optional.UserPoolMfaTypeUpdateUserPoolRequest. mfaConfiguration()Sets multi-factor authentication (MFA) to be on, off, or optional.UserPoolMfaTypeUserPoolType. mfaConfiguration()Can be one of the following values: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 software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type UserPoolMfaType Modifier and Type Method Description static Set<UserPoolMfaType>UserPoolMfaType. knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type UserPoolMfaType Modifier and Type Method Description CreateUserPoolRequest.BuilderCreateUserPoolRequest.Builder. mfaConfiguration(UserPoolMfaType mfaConfiguration)Sets multi-factor authentication (MFA) to be on, off, or optional.GetUserPoolMfaConfigResponse.BuilderGetUserPoolMfaConfigResponse.Builder. mfaConfiguration(UserPoolMfaType mfaConfiguration)Displays the state of multi-factor authentication (MFA) as on, off, or optional.SetUserPoolMfaConfigRequest.BuilderSetUserPoolMfaConfigRequest.Builder. mfaConfiguration(UserPoolMfaType mfaConfiguration)Sets multi-factor authentication (MFA) to be on, off, or optional.SetUserPoolMfaConfigResponse.BuilderSetUserPoolMfaConfigResponse.Builder. mfaConfiguration(UserPoolMfaType mfaConfiguration)Displays multi-factor authentication (MFA) as on, off, or optional.UpdateUserPoolRequest.BuilderUpdateUserPoolRequest.Builder. mfaConfiguration(UserPoolMfaType mfaConfiguration)Sets multi-factor authentication (MFA) to be on, off, or optional.UserPoolType.BuilderUserPoolType.Builder. mfaConfiguration(UserPoolMfaType mfaConfiguration)Can be one of the following values:
-