| 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()
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.
|
PreventUserExistenceErrorTypes |
CreateUserPoolClientRequest.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.
|
PreventUserExistenceErrorTypes |
UpdateUserPoolClientRequest.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 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)
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.
|
CreateUserPoolClientRequest.Builder |
CreateUserPoolClientRequest.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.Builder |
UpdateUserPoolClientRequest.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.
|
Copyright © 2022. All rights reserved.