| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
AccountRecoverySettingType |
AccountRecoverySettingType.clone() |
AccountRecoverySettingType |
UpdateUserPoolRequest.getAccountRecoverySetting()
Use this setting to define which verified available method a user can use to recover their password when they
call
ForgotPassword. |
AccountRecoverySettingType |
UserPoolType.getAccountRecoverySetting()
Use this setting to define which verified available method a user can use to recover their password when they
call
ForgotPassword. |
AccountRecoverySettingType |
CreateUserPoolRequest.getAccountRecoverySetting()
Use this setting to define which verified available 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 |
UpdateUserPoolRequest.setAccountRecoverySetting(AccountRecoverySettingType accountRecoverySetting)
Use this setting to define which verified available method a user can use to recover their password when they
call
ForgotPassword. |
void |
UserPoolType.setAccountRecoverySetting(AccountRecoverySettingType accountRecoverySetting)
Use this setting to define which verified available method a user can use to recover their password when they
call
ForgotPassword. |
void |
CreateUserPoolRequest.setAccountRecoverySetting(AccountRecoverySettingType accountRecoverySetting)
Use this setting to define which verified available method a user can use to recover their password when they
call
ForgotPassword. |
UpdateUserPoolRequest |
UpdateUserPoolRequest.withAccountRecoverySetting(AccountRecoverySettingType accountRecoverySetting)
Use this setting to define which verified available method a user can use to recover their password when they
call
ForgotPassword. |
UserPoolType |
UserPoolType.withAccountRecoverySetting(AccountRecoverySettingType accountRecoverySetting)
Use this setting to define which verified available method a user can use to recover their password when they
call
ForgotPassword. |
CreateUserPoolRequest |
CreateUserPoolRequest.withAccountRecoverySetting(AccountRecoverySettingType accountRecoverySetting)
Use this setting to define which verified available method a user can use to recover their password when they
call
ForgotPassword. |
Copyright © 2020. All rights reserved.