| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
RecoveryOptionType |
RecoveryOptionType.clone() |
RecoveryOptionType |
RecoveryOptionType.withName(RecoveryOptionNameType name)
Specifies the recovery method for a user.
|
RecoveryOptionType |
RecoveryOptionType.withName(String name)
Specifies the recovery method for a user.
|
RecoveryOptionType |
RecoveryOptionType.withPriority(Integer priority)
A positive integer specifying priority of a method with 1 being the highest priority.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecoveryOptionType> |
AccountRecoverySettingType.getRecoveryMechanisms()
The list of
RecoveryOptionTypes. |
| Modifier and Type | Method and Description |
|---|---|
AccountRecoverySettingType |
AccountRecoverySettingType.withRecoveryMechanisms(RecoveryOptionType... recoveryMechanisms)
The list of
RecoveryOptionTypes. |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountRecoverySettingType.setRecoveryMechanisms(Collection<RecoveryOptionType> recoveryMechanisms)
The list of
RecoveryOptionTypes. |
AccountRecoverySettingType |
AccountRecoverySettingType.withRecoveryMechanisms(Collection<RecoveryOptionType> recoveryMechanisms)
The list of
RecoveryOptionTypes. |
Copyright © 2020. All rights reserved.