| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidentityprovider.model |
Classes modeling the various types represented by AmazonCognitoIdentityProvider
|
| Modifier and Type | Method and Description |
|---|---|
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 |
UpdateUserPoolRequest.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 |
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 |
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 |
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. |
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. |
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. |
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.