| Modifier and Type | Method and Description |
|---|---|
default AccountRecovery |
UserPoolProps.getAccountRecovery()
How will a user be able to recover their account?
|
AccountRecovery |
UserPoolProps.Jsii$Proxy.getAccountRecovery() |
static AccountRecovery |
AccountRecovery.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountRecovery[] |
AccountRecovery.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UserPool.Builder |
UserPool.Builder.accountRecovery(AccountRecovery accountRecovery)
How will a user be able to recover their account?
|
UserPoolProps.Builder |
UserPoolProps.Builder.accountRecovery(AccountRecovery accountRecovery)
Sets the value of
UserPoolProps.getAccountRecovery() |
Copyright © 2022. All rights reserved.