| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
AccountRecoverySettingType |
UserPoolType.accountRecoverySetting()
The available verified method a user can use to recover their password when they call
ForgotPassword
. |
AccountRecoverySettingType |
UpdateUserPoolRequest.accountRecoverySetting()
The available verified method a user can use to recover their password when they call
ForgotPassword
. |
AccountRecoverySettingType |
CreateUserPoolRequest.accountRecoverySetting()
The available verified method a user can use to recover their password when they call
ForgotPassword
. |
| Modifier and Type | Method and Description |
|---|---|
UserPoolType.Builder |
UserPoolType.Builder.accountRecoverySetting(AccountRecoverySettingType accountRecoverySetting)
The available verified method a user can use to recover their password when they call
ForgotPassword. |
UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.accountRecoverySetting(AccountRecoverySettingType accountRecoverySetting)
The available verified method a user can use to recover their password when they call
ForgotPassword. |
CreateUserPoolRequest.Builder |
CreateUserPoolRequest.Builder.accountRecoverySetting(AccountRecoverySettingType accountRecoverySetting)
The available verified method a user can use to recover their password when they call
ForgotPassword. |
Copyright © 2023. All rights reserved.