| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
UserAttributeUpdateSettingsType.Builder |
UserAttributeUpdateSettingsType.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 |
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 |
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.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.
|
static UserAttributeUpdateSettingsType.Builder |
UserAttributeUpdateSettingsType.builder() |
UserAttributeUpdateSettingsType.Builder |
UserAttributeUpdateSettingsType.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UserAttributeUpdateSettingsType.Builder> |
UserAttributeUpdateSettingsType.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UserPoolType.Builder |
UserPoolType.Builder.userAttributeUpdateSettings(Consumer<UserAttributeUpdateSettingsType.Builder> userAttributeUpdateSettings)
The settings for updates to user attributes.
|
default UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.userAttributeUpdateSettings(Consumer<UserAttributeUpdateSettingsType.Builder> userAttributeUpdateSettings)
The settings for updates to user attributes.
|
default CreateUserPoolRequest.Builder |
CreateUserPoolRequest.Builder.userAttributeUpdateSettings(Consumer<UserAttributeUpdateSettingsType.Builder> userAttributeUpdateSettings)
The settings for updates to user attributes.
|
Copyright © 2023. All rights reserved.