| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
static PreventUserExistenceErrorTypes |
PreventUserExistenceErrorTypes.fromValue(String value)
Use this in place of valueOf.
|
static PreventUserExistenceErrorTypes |
PreventUserExistenceErrorTypes.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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withPreventUserExistenceErrors(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 |
UpdateUserPoolClientRequest.withPreventUserExistenceErrors(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 |
UserPoolClientType.withPreventUserExistenceErrors(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.
|
Copyright © 2023. All rights reserved.