Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.UpdateUserPoolRequest.Builder
Packages that use UpdateUserPoolRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of UpdateUserPoolRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type UpdateUserPoolRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<UpdateUserPoolResponse>CognitoIdentityProviderAsyncClient.updateUserPool(Consumer<UpdateUserPoolRequest.Builder> updateUserPoolRequest) Updates the configuration of a user pool.default UpdateUserPoolResponseCognitoIdentityProviderClient.updateUserPool(Consumer<UpdateUserPoolRequest.Builder> updateUserPoolRequest) Updates the configuration of a user pool. -
Uses of UpdateUserPoolRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UpdateUserPoolRequest.BuilderModifier and TypeMethodDescriptiondefault UpdateUserPoolRequest.BuilderUpdateUserPoolRequest.Builder.accountRecoverySetting(Consumer<AccountRecoverySettingType.Builder> 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.default UpdateUserPoolRequest.BuilderUpdateUserPoolRequest.Builder.adminCreateUserConfig(Consumer<AdminCreateUserConfigType.Builder> adminCreateUserConfig) The configuration for administrative creation of users.UpdateUserPoolRequest.Builder.adminCreateUserConfig(AdminCreateUserConfigType adminCreateUserConfig) The configuration for administrative creation of users.UpdateUserPoolRequest.Builder.autoVerifiedAttributes(Collection<VerifiedAttributeType> autoVerifiedAttributes) The attributes that you want your user pool to automatically verify.UpdateUserPoolRequest.Builder.autoVerifiedAttributes(VerifiedAttributeType... autoVerifiedAttributes) The attributes that you want your user pool to automatically verify.UpdateUserPoolRequest.Builder.autoVerifiedAttributesWithStrings(String... autoVerifiedAttributes) The attributes that you want your user pool to automatically verify.UpdateUserPoolRequest.Builder.autoVerifiedAttributesWithStrings(Collection<String> autoVerifiedAttributes) The attributes that you want your user pool to automatically verify.UpdateUserPoolRequest.builder()UpdateUserPoolRequest.Builder.deletionProtection(String deletionProtection) When active,DeletionProtectionprevents accidental deletion of your user pool.UpdateUserPoolRequest.Builder.deletionProtection(DeletionProtectionType deletionProtection) When active,DeletionProtectionprevents accidental deletion of your user pool.default UpdateUserPoolRequest.BuilderUpdateUserPoolRequest.Builder.deviceConfiguration(Consumer<DeviceConfigurationType.Builder> deviceConfiguration) The device-remembering configuration for a user pool.UpdateUserPoolRequest.Builder.deviceConfiguration(DeviceConfigurationType deviceConfiguration) The device-remembering configuration for a user pool.default UpdateUserPoolRequest.BuilderUpdateUserPoolRequest.Builder.emailConfiguration(Consumer<EmailConfigurationType.Builder> emailConfiguration) The email configuration of your user pool.UpdateUserPoolRequest.Builder.emailConfiguration(EmailConfigurationType emailConfiguration) The email configuration of your user pool.UpdateUserPoolRequest.Builder.emailVerificationMessage(String emailVerificationMessage) This parameter is no longer used.UpdateUserPoolRequest.Builder.emailVerificationSubject(String emailVerificationSubject) This parameter is no longer used.default UpdateUserPoolRequest.BuilderUpdateUserPoolRequest.Builder.issuerConfiguration(Consumer<IssuerConfigurationType.Builder> issuerConfiguration) The issuer configuration for the user pool.UpdateUserPoolRequest.Builder.issuerConfiguration(IssuerConfigurationType issuerConfiguration) The issuer configuration for the user pool.default UpdateUserPoolRequest.BuilderUpdateUserPoolRequest.Builder.keyConfiguration(Consumer<KeyConfigurationType.Builder> keyConfiguration) The key configuration for the user pool.UpdateUserPoolRequest.Builder.keyConfiguration(KeyConfigurationType keyConfiguration) The key configuration for the user pool.default UpdateUserPoolRequest.BuilderUpdateUserPoolRequest.Builder.lambdaConfig(Consumer<LambdaConfigType.Builder> lambdaConfig) A collection of user pool Lambda triggers.UpdateUserPoolRequest.Builder.lambdaConfig(LambdaConfigType lambdaConfig) A collection of user pool Lambda triggers.UpdateUserPoolRequest.Builder.mfaConfiguration(String mfaConfiguration) Sets multi-factor authentication (MFA) to be on, off, or optional.UpdateUserPoolRequest.Builder.mfaConfiguration(UserPoolMfaType mfaConfiguration) Sets multi-factor authentication (MFA) to be on, off, or optional.UpdateUserPoolRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateUserPoolRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) default UpdateUserPoolRequest.BuilderUpdateUserPoolRequest.Builder.policies(Consumer<UserPoolPolicyType.Builder> policies) The password policy and sign-in policy in the user pool.UpdateUserPoolRequest.Builder.policies(UserPoolPolicyType policies) The password policy and sign-in policy in the user pool.The updated name of your user pool.UpdateUserPoolRequest.Builder.smsAuthenticationMessage(String smsAuthenticationMessage) The contents of the SMS message that your user pool sends to users in SMS authentication.default UpdateUserPoolRequest.BuilderUpdateUserPoolRequest.Builder.smsConfiguration(Consumer<SmsConfigurationType.Builder> smsConfiguration) The SMS configuration with the settings for your Amazon Cognito user pool to send SMS message with Amazon Simple Notification Service.UpdateUserPoolRequest.Builder.smsConfiguration(SmsConfigurationType smsConfiguration) The SMS configuration with the settings for your Amazon Cognito user pool to send SMS message with Amazon Simple Notification Service.UpdateUserPoolRequest.Builder.smsVerificationMessage(String smsVerificationMessage) This parameter is no longer used.UpdateUserPoolRequest.toBuilder()default UpdateUserPoolRequest.BuilderUpdateUserPoolRequest.Builder.userAttributeUpdateSettings(Consumer<UserAttributeUpdateSettingsType.Builder> userAttributeUpdateSettings) The settings for updates to user attributes.UpdateUserPoolRequest.Builder.userAttributeUpdateSettings(UserAttributeUpdateSettingsType userAttributeUpdateSettings) The settings for updates to user attributes.default UpdateUserPoolRequest.BuilderUpdateUserPoolRequest.Builder.userPoolAddOns(Consumer<UserPoolAddOnsType.Builder> userPoolAddOns) Contains settings for activation of threat protection, including the operating mode and additional authentication types.UpdateUserPoolRequest.Builder.userPoolAddOns(UserPoolAddOnsType userPoolAddOns) Contains settings for activation of threat protection, including the operating mode and additional authentication types.UpdateUserPoolRequest.Builder.userPoolId(String userPoolId) The ID of the user pool you want to update.UpdateUserPoolRequest.Builder.userPoolTags(Map<String, String> userPoolTags) The tag keys and values to assign to the user pool.UpdateUserPoolRequest.Builder.userPoolTier(String userPoolTier) The user pool feature plan, or tier.UpdateUserPoolRequest.Builder.userPoolTier(UserPoolTierType userPoolTier) The user pool feature plan, or tier.default UpdateUserPoolRequest.BuilderUpdateUserPoolRequest.Builder.verificationMessageTemplate(Consumer<VerificationMessageTemplateType.Builder> verificationMessageTemplate) The template for the verification message that your user pool delivers to users who set an email address or phone number attribute.UpdateUserPoolRequest.Builder.verificationMessageTemplate(VerificationMessageTemplateType verificationMessageTemplate) The template for the verification message that your user pool delivers to users who set an email address or phone number attribute.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type UpdateUserPoolRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateUserPoolRequest.Builder>UpdateUserPoolRequest.serializableBuilderClass()