| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
AccountRecoverySettingType |
AccountRecoverySettingType.clone() |
AccountRecoverySettingType |
CreateUserPoolRequest.getAccountRecoverySetting()
The available verified method a user can use to recover their password when they call
ForgotPassword
. |
AccountRecoverySettingType |
UpdateUserPoolRequest.getAccountRecoverySetting()
The available verified method a user can use to recover their password when they call
ForgotPassword
. |
AccountRecoverySettingType |
UserPoolType.getAccountRecoverySetting()
The available verified method a user can use to recover their password when they call
ForgotPassword
. |
AccountRecoverySettingType |
AccountRecoverySettingType.withRecoveryMechanisms(Collection<RecoveryOptionType> recoveryMechanisms)
The list of
RecoveryOptionTypes. |
AccountRecoverySettingType |
AccountRecoverySettingType.withRecoveryMechanisms(RecoveryOptionType... recoveryMechanisms)
The list of
RecoveryOptionTypes. |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateUserPoolRequest.setAccountRecoverySetting(AccountRecoverySettingType accountRecoverySetting)
The available verified method a user can use to recover their password when they call
ForgotPassword
. |
void |
UpdateUserPoolRequest.setAccountRecoverySetting(AccountRecoverySettingType accountRecoverySetting)
The available verified method a user can use to recover their password when they call
ForgotPassword
. |
void |
UserPoolType.setAccountRecoverySetting(AccountRecoverySettingType accountRecoverySetting)
The available verified method a user can use to recover their password when they call
ForgotPassword
. |
CreateUserPoolRequest |
CreateUserPoolRequest.withAccountRecoverySetting(AccountRecoverySettingType accountRecoverySetting)
The available verified method a user can use to recover their password when they call
ForgotPassword
. |
UpdateUserPoolRequest |
UpdateUserPoolRequest.withAccountRecoverySetting(AccountRecoverySettingType accountRecoverySetting)
The available verified method a user can use to recover their password when they call
ForgotPassword
. |
UserPoolType |
UserPoolType.withAccountRecoverySetting(AccountRecoverySettingType accountRecoverySetting)
The available verified method a user can use to recover their password when they call
ForgotPassword
. |
Copyright © 2024. All rights reserved.