Uses of Enum
software.amazon.awscdk.services.cognito.AccountRecovery
-
Uses of AccountRecovery in software.amazon.awscdk.services.cognito
Modifier and TypeMethodDescriptiondefault AccountRecovery
UserPoolProps.getAccountRecovery()
How will a user be able to recover their account?final AccountRecovery
UserPoolProps.Jsii$Proxy.getAccountRecovery()
static AccountRecovery
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 TypeMethodDescriptionUserPool.Builder.accountRecovery
(AccountRecovery accountRecovery) How will a user be able to recover their account?UserPoolProps.Builder.accountRecovery
(AccountRecovery accountRecovery) Sets the value ofUserPoolProps.getAccountRecovery()