Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AccountRecoverySettingType
Packages that use AccountRecoverySettingType
-
Uses of AccountRecoverySettingType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AccountRecoverySettingTypeModifier and TypeMethodDescriptionCreateUserPoolRequest.accountRecoverySetting()The available verified method a user can use to recover their password when they callForgotPassword.UpdateUserPoolRequest.accountRecoverySetting()The available verified method a user can use to recover their password when they callForgotPassword.UserPoolType.accountRecoverySetting()The available verified method a user can use to recover their password when they callForgotPassword.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type AccountRecoverySettingTypeModifier and TypeMethodDescriptionCreateUserPoolRequest.Builder.accountRecoverySetting(AccountRecoverySettingType accountRecoverySetting) The available verified method a user can use to recover their password when they callForgotPassword.UpdateUserPoolRequest.Builder.accountRecoverySetting(AccountRecoverySettingType accountRecoverySetting) The available verified method a user can use to recover their password when they callForgotPassword.UserPoolType.Builder.accountRecoverySetting(AccountRecoverySettingType accountRecoverySetting) The available verified method a user can use to recover their password when they callForgotPassword.