Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.VerifiedAttributeType
Packages that use VerifiedAttributeType
-
Uses of VerifiedAttributeType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return VerifiedAttributeTypeModifier and TypeMethodDescriptionstatic VerifiedAttributeTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static VerifiedAttributeTypeReturns 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 VerifiedAttributeTypeModifier and TypeMethodDescriptionfinal 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.final List<VerifiedAttributeType>CreateUserPoolRequest.autoVerifiedAttributes()The attributes that you want your user pool to automatically verify.final List<VerifiedAttributeType>UpdateUserPoolRequest.autoVerifiedAttributes()The attributes that you want your user pool to automatically verify.final 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 VerifiedAttributeTypeModifier and TypeMethodDescriptionUserAttributeUpdateSettingsType.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.Builder.autoVerifiedAttributes(VerifiedAttributeType... autoVerifiedAttributes) The attributes that you want your user pool to automatically verify.UpdateUserPoolRequest.Builder.autoVerifiedAttributes(VerifiedAttributeType... autoVerifiedAttributes) The attributes that you want your user pool to automatically verify.UserPoolType.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 VerifiedAttributeTypeModifier and TypeMethodDescriptionUserAttributeUpdateSettingsType.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.Builder.autoVerifiedAttributes(Collection<VerifiedAttributeType> autoVerifiedAttributes) The attributes that you want your user pool to automatically verify.UpdateUserPoolRequest.Builder.autoVerifiedAttributes(Collection<VerifiedAttributeType> autoVerifiedAttributes) The attributes that you want your user pool to automatically verify.UserPoolType.Builder.autoVerifiedAttributes(Collection<VerifiedAttributeType> autoVerifiedAttributes) The attributes that are auto-verified in a user pool.