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