Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.UserAttributeUpdateSettingsType.Builder
-
Packages that use UserAttributeUpdateSettingsType.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of UserAttributeUpdateSettingsType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UserAttributeUpdateSettingsType.Builder Modifier and Type Method Description UserAttributeUpdateSettingsType.BuilderUserAttributeUpdateSettingsType.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.BuilderUserAttributeUpdateSettingsType.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.BuilderUserAttributeUpdateSettingsType.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.BuilderUserAttributeUpdateSettingsType.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.static UserAttributeUpdateSettingsType.BuilderUserAttributeUpdateSettingsType. builder()UserAttributeUpdateSettingsType.BuilderUserAttributeUpdateSettingsType. toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type UserAttributeUpdateSettingsType.Builder Modifier and Type Method Description static Class<? extends UserAttributeUpdateSettingsType.Builder>UserAttributeUpdateSettingsType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type UserAttributeUpdateSettingsType.Builder Modifier and Type Method Description default 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.
-