Uses of Class
com.amazonaws.services.cognitoidp.model.SchemaAttributeType
Packages that use SchemaAttributeType
-
Uses of SchemaAttributeType in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return SchemaAttributeTypeModifier and TypeMethodDescriptionSchemaAttributeType.clone()
SchemaAttributeType.withAttributeDataType
(AttributeDataType attributeDataType) The attribute data type.SchemaAttributeType.withAttributeDataType
(String attributeDataType) The attribute data type.SchemaAttributeType.withDeveloperOnlyAttribute
(Boolean developerOnlyAttribute) Specifies whether the attribute type is developer only.SchemaAttributeType.withMutable
(Boolean mutable) Specifies whether the attribute can be changed once it has been created.A schema attribute of the name type.SchemaAttributeType.withNumberAttributeConstraints
(NumberAttributeConstraintsType numberAttributeConstraints) Specifies the constraints for an attribute of the number type.SchemaAttributeType.withRequired
(Boolean required) Specifies whether a user pool attribute is required.SchemaAttributeType.withStringAttributeConstraints
(StringAttributeConstraintsType stringAttributeConstraints) Specifies the constraints for an attribute of the string type.Methods in com.amazonaws.services.cognitoidp.model that return types with arguments of type SchemaAttributeTypeModifier and TypeMethodDescriptionAddCustomAttributesRequest.getCustomAttributes()
An array of custom attributes, such as Mutable and Name.UserPoolType.getSchemaAttributes()
A container with the schema attributes of a user pool.Methods in com.amazonaws.services.cognitoidp.model with parameters of type SchemaAttributeTypeModifier and TypeMethodDescriptionAddCustomAttributesRequest.withCustomAttributes
(SchemaAttributeType... customAttributes) An array of custom attributes, such as Mutable and Name.UserPoolType.withSchemaAttributes
(SchemaAttributeType... schemaAttributes) A container with the schema attributes of a user pool.Method parameters in com.amazonaws.services.cognitoidp.model with type arguments of type SchemaAttributeTypeModifier and TypeMethodDescriptionvoid
AddCustomAttributesRequest.setCustomAttributes
(Collection<SchemaAttributeType> customAttributes) An array of custom attributes, such as Mutable and Name.void
UserPoolType.setSchemaAttributes
(Collection<SchemaAttributeType> schemaAttributes) A container with the schema attributes of a user pool.AddCustomAttributesRequest.withCustomAttributes
(Collection<SchemaAttributeType> customAttributes) An array of custom attributes, such as Mutable and Name.UserPoolType.withSchemaAttributes
(Collection<SchemaAttributeType> schemaAttributes) A container with the schema attributes of a user pool.