Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.PreventUserExistenceErrorTypes
-
Packages that use PreventUserExistenceErrorTypes Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of PreventUserExistenceErrorTypes in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return PreventUserExistenceErrorTypes Modifier and Type Method Description static PreventUserExistenceErrorTypesPreventUserExistenceErrorTypes. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PreventUserExistenceErrorTypesCreateUserPoolClientRequest. preventUserExistenceErrors()WhenENABLED, suppresses messages that might indicate a valid user exists when someone attempts sign-in.PreventUserExistenceErrorTypesUpdateUserPoolClientRequest. preventUserExistenceErrors()WhenENABLED, suppresses messages that might indicate a valid user exists when someone attempts sign-in.PreventUserExistenceErrorTypesUserPoolClientType. preventUserExistenceErrors()WhenENABLED, suppresses messages that might indicate a valid user exists when someone attempts sign-in.static PreventUserExistenceErrorTypesPreventUserExistenceErrorTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static PreventUserExistenceErrorTypes[]PreventUserExistenceErrorTypes. 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 PreventUserExistenceErrorTypes Modifier and Type Method Description static Set<PreventUserExistenceErrorTypes>PreventUserExistenceErrorTypes. knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type PreventUserExistenceErrorTypes Modifier and Type Method Description CreateUserPoolClientRequest.BuilderCreateUserPoolClientRequest.Builder. preventUserExistenceErrors(PreventUserExistenceErrorTypes preventUserExistenceErrors)WhenENABLED, suppresses messages that might indicate a valid user exists when someone attempts sign-in.UpdateUserPoolClientRequest.BuilderUpdateUserPoolClientRequest.Builder. preventUserExistenceErrors(PreventUserExistenceErrorTypes preventUserExistenceErrors)WhenENABLED, suppresses messages that might indicate a valid user exists when someone attempts sign-in.UserPoolClientType.BuilderUserPoolClientType.Builder. preventUserExistenceErrors(PreventUserExistenceErrorTypes preventUserExistenceErrors)WhenENABLED, suppresses messages that might indicate a valid user exists when someone attempts sign-in.
-