Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.AccountRecoverySettingType.Builder
Packages that use AccountRecoverySettingType.Builder
-
Uses of AccountRecoverySettingType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AccountRecoverySettingType.BuilderModifier and TypeMethodDescriptionAccountRecoverySettingType.builder()AccountRecoverySettingType.Builder.recoveryMechanisms(Collection<RecoveryOptionType> recoveryMechanisms) The list of options and priorities for user message delivery in forgot-password operations.AccountRecoverySettingType.Builder.recoveryMechanisms(Consumer<RecoveryOptionType.Builder>... recoveryMechanisms) The list of options and priorities for user message delivery in forgot-password operations.AccountRecoverySettingType.Builder.recoveryMechanisms(RecoveryOptionType... recoveryMechanisms) The list of options and priorities for user message delivery in forgot-password operations.AccountRecoverySettingType.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type AccountRecoverySettingType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AccountRecoverySettingType.Builder>AccountRecoverySettingType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type AccountRecoverySettingType.BuilderModifier and TypeMethodDescriptiondefault CreateUserPoolRequest.BuilderCreateUserPoolRequest.Builder.accountRecoverySetting(Consumer<AccountRecoverySettingType.Builder> accountRecoverySetting) The available verified method a user can use to recover their password when they callForgotPassword.default UpdateUserPoolRequest.BuilderUpdateUserPoolRequest.Builder.accountRecoverySetting(Consumer<AccountRecoverySettingType.Builder> accountRecoverySetting) The available verified method a user can use to recover their password when they callForgotPassword.default UserPoolType.BuilderUserPoolType.Builder.accountRecoverySetting(Consumer<AccountRecoverySettingType.Builder> accountRecoverySetting) The available verified method a user can use to recover their password when they callForgotPassword.