Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.UserAttributeUpdateSettingsType.Builder
Packages that use UserAttributeUpdateSettingsType.Builder
-
Uses of UserAttributeUpdateSettingsType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UserAttributeUpdateSettingsType.BuilderModifier and TypeMethodDescriptionUserAttributeUpdateSettingsType.Builder.attributesRequireVerificationBeforeUpdate(Collection<VerifiedAttributeType> attributesRequireVerificationBeforeUpdate) Requires that your user verifies their email address, phone number, or both before Amazon Cognito updates the value of that attribute.UserAttributeUpdateSettingsType.Builder.attributesRequireVerificationBeforeUpdate(VerifiedAttributeType... attributesRequireVerificationBeforeUpdate) Requires that your user verifies their email address, phone number, or both before Amazon Cognito updates the value of that attribute.UserAttributeUpdateSettingsType.Builder.attributesRequireVerificationBeforeUpdateWithStrings(String... attributesRequireVerificationBeforeUpdate) Requires that your user verifies their email address, phone number, or both before Amazon Cognito updates the value of that attribute.UserAttributeUpdateSettingsType.Builder.attributesRequireVerificationBeforeUpdateWithStrings(Collection<String> attributesRequireVerificationBeforeUpdate) Requires that your user verifies their email address, phone number, or both before Amazon Cognito updates the value of that attribute.UserAttributeUpdateSettingsType.builder()UserAttributeUpdateSettingsType.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type UserAttributeUpdateSettingsType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UserAttributeUpdateSettingsType.Builder>UserAttributeUpdateSettingsType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type UserAttributeUpdateSettingsType.BuilderModifier and TypeMethodDescriptiondefault CreateUserPoolRequest.BuilderCreateUserPoolRequest.Builder.userAttributeUpdateSettings(Consumer<UserAttributeUpdateSettingsType.Builder> userAttributeUpdateSettings) The settings for updates to user attributes.default UpdateUserPoolRequest.BuilderUpdateUserPoolRequest.Builder.userAttributeUpdateSettings(Consumer<UserAttributeUpdateSettingsType.Builder> userAttributeUpdateSettings) The settings for updates to user attributes.default UserPoolType.BuilderUserPoolType.Builder.userAttributeUpdateSettings(Consumer<UserAttributeUpdateSettingsType.Builder> userAttributeUpdateSettings) The settings for updates to user attributes.