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()Errors and responses that you want Amazon Cognito APIs to return during authentication, account confirmation, and password recovery when the user doesn't exist in the user pool.PreventUserExistenceErrorTypesUpdateUserPoolClientRequest. preventUserExistenceErrors()Errors and responses that you want Amazon Cognito APIs to return during authentication, account confirmation, and password recovery when the user doesn't exist in the user pool.PreventUserExistenceErrorTypesUserPoolClientType. preventUserExistenceErrors()Errors and responses that you want Amazon Cognito APIs to return during authentication, account confirmation, and password recovery when the user doesn't exist in the user pool.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)Errors and responses that you want Amazon Cognito APIs to return during authentication, account confirmation, and password recovery when the user doesn't exist in the user pool.UpdateUserPoolClientRequest.BuilderUpdateUserPoolClientRequest.Builder. preventUserExistenceErrors(PreventUserExistenceErrorTypes preventUserExistenceErrors)Errors and responses that you want Amazon Cognito APIs to return during authentication, account confirmation, and password recovery when the user doesn't exist in the user pool.UserPoolClientType.BuilderUserPoolClientType.Builder. preventUserExistenceErrors(PreventUserExistenceErrorTypes preventUserExistenceErrors)Errors and responses that you want Amazon Cognito APIs to return during authentication, account confirmation, and password recovery when the user doesn't exist in the user pool.
-