| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
static VerifiedAttributeType |
VerifiedAttributeType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
List<VerifiedAttributeType> |
UserAttributeUpdateSettingsType.attributesRequireVerificationBeforeUpdate()
Requires that your user verifies their email address, phone number, or both before Amazon Cognito updates the
value of that attribute.
|
List<VerifiedAttributeType> |
UserPoolType.autoVerifiedAttributes()
The attributes that are auto-verified in a user pool.
|
List<VerifiedAttributeType> |
UpdateUserPoolRequest.autoVerifiedAttributes()
The attributes that are automatically verified when Amazon Cognito requests to update user pools.
|
List<VerifiedAttributeType> |
CreateUserPoolRequest.autoVerifiedAttributes()
The attributes to be auto-verified.
|
static Set<VerifiedAttributeType> |
VerifiedAttributeType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
UserPoolType.Builder |
UserPoolType.Builder.autoVerifiedAttributes(VerifiedAttributeType... autoVerifiedAttributes)
The attributes that are auto-verified in a user pool.
|
UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.autoVerifiedAttributes(VerifiedAttributeType... autoVerifiedAttributes)
The attributes that are automatically verified when Amazon Cognito requests to update user pools.
|
CreateUserPoolRequest.Builder |
CreateUserPoolRequest.Builder.autoVerifiedAttributes(VerifiedAttributeType... autoVerifiedAttributes)
The attributes to be auto-verified.
|
| 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.
|
UserPoolType.Builder |
UserPoolType.Builder.autoVerifiedAttributes(Collection<VerifiedAttributeType> autoVerifiedAttributes)
The attributes that are auto-verified in a user pool.
|
UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.autoVerifiedAttributes(Collection<VerifiedAttributeType> autoVerifiedAttributes)
The attributes that are automatically verified when Amazon Cognito requests to update user pools.
|
CreateUserPoolRequest.Builder |
CreateUserPoolRequest.Builder.autoVerifiedAttributes(Collection<VerifiedAttributeType> autoVerifiedAttributes)
The attributes to be auto-verified.
|
Copyright © 2023. All rights reserved.