Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.VerifiedAttributeType
-
Packages that use VerifiedAttributeType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of VerifiedAttributeType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return VerifiedAttributeType Modifier and Type Method Description static VerifiedAttributeTypeVerifiedAttributeType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VerifiedAttributeTypeVerifiedAttributeType. 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.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type VerifiedAttributeType Modifier and Type Method 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>CreateUserPoolRequest. autoVerifiedAttributes()The attributes to be auto-verified.List<VerifiedAttributeType>UpdateUserPoolRequest. autoVerifiedAttributes()The attributes that are automatically verified when Amazon Cognito requests to update user pools.List<VerifiedAttributeType>UserPoolType. autoVerifiedAttributes()The attributes that are auto-verified in a user pool.static Set<VerifiedAttributeType>VerifiedAttributeType. knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type VerifiedAttributeType Modifier and Type Method Description 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.CreateUserPoolRequest.BuilderCreateUserPoolRequest.Builder. autoVerifiedAttributes(VerifiedAttributeType... autoVerifiedAttributes)The attributes to be auto-verified.UpdateUserPoolRequest.BuilderUpdateUserPoolRequest.Builder. autoVerifiedAttributes(VerifiedAttributeType... autoVerifiedAttributes)The attributes that are automatically verified when Amazon Cognito requests to update user pools.UserPoolType.BuilderUserPoolType.Builder. autoVerifiedAttributes(VerifiedAttributeType... autoVerifiedAttributes)The attributes that are auto-verified in a user pool.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type VerifiedAttributeType 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.CreateUserPoolRequest.BuilderCreateUserPoolRequest.Builder. autoVerifiedAttributes(Collection<VerifiedAttributeType> autoVerifiedAttributes)The attributes to be auto-verified.UpdateUserPoolRequest.BuilderUpdateUserPoolRequest.Builder. autoVerifiedAttributes(Collection<VerifiedAttributeType> autoVerifiedAttributes)The attributes that are automatically verified when Amazon Cognito requests to update user pools.UserPoolType.BuilderUserPoolType.Builder. autoVerifiedAttributes(Collection<VerifiedAttributeType> autoVerifiedAttributes)The attributes that are auto-verified in a user pool.
-