| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
static RecoveryOptionNameType |
RecoveryOptionNameType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RecoveryOptionNameType |
RecoveryOptionType.name()
Specifies the recovery method for a user.
|
static RecoveryOptionNameType |
RecoveryOptionNameType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecoveryOptionNameType[] |
RecoveryOptionNameType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<RecoveryOptionNameType> |
RecoveryOptionNameType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
RecoveryOptionType.Builder |
RecoveryOptionType.Builder.name(RecoveryOptionNameType name)
Specifies the recovery method for a user.
|
Copyright © 2020. All rights reserved.