Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.PreventUserExistenceErrorTypes
Packages that use PreventUserExistenceErrorTypes
-
Uses of PreventUserExistenceErrorTypes in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return PreventUserExistenceErrorTypesModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.CreateUserPoolClientRequest.preventUserExistenceErrors()WhenENABLED, suppresses messages that might indicate a valid user exists when someone attempts sign-in.UpdateUserPoolClientRequest.preventUserExistenceErrors()WhenENABLED, suppresses messages that might indicate a valid user exists when someone attempts sign-in.UserPoolClientType.preventUserExistenceErrors()WhenENABLED, suppresses messages that might indicate a valid user exists when someone attempts sign-in.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 PreventUserExistenceErrorTypesModifier and TypeMethodDescriptionstatic Set<PreventUserExistenceErrorTypes>PreventUserExistenceErrorTypes.knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type PreventUserExistenceErrorTypesModifier and TypeMethodDescriptionCreateUserPoolClientRequest.Builder.preventUserExistenceErrors(PreventUserExistenceErrorTypes preventUserExistenceErrors) WhenENABLED, suppresses messages that might indicate a valid user exists when someone attempts sign-in.UpdateUserPoolClientRequest.Builder.preventUserExistenceErrors(PreventUserExistenceErrorTypes preventUserExistenceErrors) WhenENABLED, suppresses messages that might indicate a valid user exists when someone attempts sign-in.UserPoolClientType.Builder.preventUserExistenceErrors(PreventUserExistenceErrorTypes preventUserExistenceErrors) WhenENABLED, suppresses messages that might indicate a valid user exists when someone attempts sign-in.