| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
static PreventUserExistenceErrorTypes |
PreventUserExistenceErrorTypes.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PreventUserExistenceErrorTypes |
UserPoolClientType.preventUserExistenceErrors()
Use this setting to choose which errors and responses are returned by Cognito APIs during authentication, account
confirmation, and password recovery when the user does not exist in the user pool.
|
PreventUserExistenceErrorTypes |
UpdateUserPoolClientRequest.preventUserExistenceErrors()
Use this setting to choose which errors and responses are returned by Cognito APIs during authentication, account
confirmation, and password recovery when the user does not exist in the user pool.
|
PreventUserExistenceErrorTypes |
CreateUserPoolClientRequest.preventUserExistenceErrors()
Use this setting to choose which errors and responses are returned by Cognito APIs during authentication, account
confirmation, and password recovery when the user does not exist in the user pool.
|
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 |
|---|---|
static Set<PreventUserExistenceErrorTypes> |
PreventUserExistenceErrorTypes.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UserPoolClientType.Builder |
UserPoolClientType.Builder.preventUserExistenceErrors(PreventUserExistenceErrorTypes preventUserExistenceErrors)
Use this setting to choose which errors and responses are returned by Cognito APIs during authentication,
account confirmation, and password recovery when the user does not exist in the user pool.
|
UpdateUserPoolClientRequest.Builder |
UpdateUserPoolClientRequest.Builder.preventUserExistenceErrors(PreventUserExistenceErrorTypes preventUserExistenceErrors)
Use this setting to choose which errors and responses are returned by Cognito APIs during authentication,
account confirmation, and password recovery when the user does not exist in the user pool.
|
CreateUserPoolClientRequest.Builder |
CreateUserPoolClientRequest.Builder.preventUserExistenceErrors(PreventUserExistenceErrorTypes preventUserExistenceErrors)
Use this setting to choose which errors and responses are returned by Cognito APIs during authentication,
account confirmation, and password recovery when the user does not exist in the user pool.
|
Copyright © 2020. All rights reserved.