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()The multi-factor authentication (MFA) configuration.UserPoolMfaTypeSetUserPoolMfaConfigRequest. mfaConfiguration()The MFA configuration.UserPoolMfaTypeSetUserPoolMfaConfigResponse. mfaConfiguration()The MFA configuration.UserPoolMfaTypeUpdateUserPoolRequest. mfaConfiguration()Possible values include: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)The multi-factor authentication (MFA) configuration.SetUserPoolMfaConfigRequest.BuilderSetUserPoolMfaConfigRequest.Builder. mfaConfiguration(UserPoolMfaType mfaConfiguration)The MFA configuration.SetUserPoolMfaConfigResponse.BuilderSetUserPoolMfaConfigResponse.Builder. mfaConfiguration(UserPoolMfaType mfaConfiguration)The MFA configuration.UpdateUserPoolRequest.BuilderUpdateUserPoolRequest.Builder. mfaConfiguration(UserPoolMfaType mfaConfiguration)Possible values include:UserPoolType.BuilderUserPoolType.Builder. mfaConfiguration(UserPoolMfaType mfaConfiguration)Can be one of the following values:
-