| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
UserAttributeUpdateSettingsType |
UserAttributeUpdateSettingsType.clone() |
UserAttributeUpdateSettingsType |
UserPoolType.getUserAttributeUpdateSettings()
The settings for updates to user attributes.
|
UserAttributeUpdateSettingsType |
UpdateUserPoolRequest.getUserAttributeUpdateSettings()
The settings for updates to user attributes.
|
UserAttributeUpdateSettingsType |
CreateUserPoolRequest.getUserAttributeUpdateSettings()
The settings for updates to user attributes.
|
UserAttributeUpdateSettingsType |
UserAttributeUpdateSettingsType.withAttributesRequireVerificationBeforeUpdate(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 |
UserAttributeUpdateSettingsType.withAttributesRequireVerificationBeforeUpdate(String... attributesRequireVerificationBeforeUpdate)
Requires that your user verifies their email address, phone number, or both before Amazon Cognito updates the
value of that attribute.
|
UserAttributeUpdateSettingsType |
UserAttributeUpdateSettingsType.withAttributesRequireVerificationBeforeUpdate(VerifiedAttributeType... attributesRequireVerificationBeforeUpdate)
Requires that your user verifies their email address, phone number, or both before Amazon Cognito updates the
value of that attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserPoolType.setUserAttributeUpdateSettings(UserAttributeUpdateSettingsType userAttributeUpdateSettings)
The settings for updates to user attributes.
|
void |
UpdateUserPoolRequest.setUserAttributeUpdateSettings(UserAttributeUpdateSettingsType userAttributeUpdateSettings)
The settings for updates to user attributes.
|
void |
CreateUserPoolRequest.setUserAttributeUpdateSettings(UserAttributeUpdateSettingsType userAttributeUpdateSettings)
The settings for updates to user attributes.
|
UserPoolType |
UserPoolType.withUserAttributeUpdateSettings(UserAttributeUpdateSettingsType userAttributeUpdateSettings)
The settings for updates to user attributes.
|
UpdateUserPoolRequest |
UpdateUserPoolRequest.withUserAttributeUpdateSettings(UserAttributeUpdateSettingsType userAttributeUpdateSettings)
The settings for updates to user attributes.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withUserAttributeUpdateSettings(UserAttributeUpdateSettingsType userAttributeUpdateSettings)
The settings for updates to user attributes.
|
Copyright © 2024. All rights reserved.