| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
static VerifiedAttributeType |
VerifiedAttributeType.fromValue(String value)
Use this in place of valueOf.
|
static VerifiedAttributeType |
VerifiedAttributeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VerifiedAttributeType[] |
VerifiedAttributeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withAutoVerifiedAttributes(VerifiedAttributeType... autoVerifiedAttributes)
The attributes to be auto-verified.
|
UserPoolType |
UserPoolType.withAutoVerifiedAttributes(VerifiedAttributeType... autoVerifiedAttributes)
The attributes that are auto-verified in a user pool.
|
UpdateUserPoolRequest |
UpdateUserPoolRequest.withAutoVerifiedAttributes(VerifiedAttributeType... autoVerifiedAttributes)
The attributes that are automatically verified when Amazon Cognito requests to update user pools.
|
Copyright © 2025. All rights reserved.