Uses of Class
com.amazonaws.services.cognitoidp.model.SchemaAttributeType
-
Packages that use SchemaAttributeType Package Description com.amazonaws.services.cognitoidp.model -
-
Uses of SchemaAttributeType in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return SchemaAttributeType Modifier and Type Method Description SchemaAttributeTypeSchemaAttributeType. clone()SchemaAttributeTypeSchemaAttributeType. withAttributeDataType(AttributeDataType attributeDataType)The attribute data type.SchemaAttributeTypeSchemaAttributeType. withAttributeDataType(String attributeDataType)The attribute data type.SchemaAttributeTypeSchemaAttributeType. withDeveloperOnlyAttribute(Boolean developerOnlyAttribute)Specifies whether the attribute type is developer only.SchemaAttributeTypeSchemaAttributeType. withMutable(Boolean mutable)Specifies whether the attribute can be changed once it has been created.SchemaAttributeTypeSchemaAttributeType. withName(String name)A schema attribute of the name type.SchemaAttributeTypeSchemaAttributeType. withNumberAttributeConstraints(NumberAttributeConstraintsType numberAttributeConstraints)Specifies the constraints for an attribute of the number type.SchemaAttributeTypeSchemaAttributeType. withRequired(Boolean required)Specifies whether a user pool attribute is required.SchemaAttributeTypeSchemaAttributeType. 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 SchemaAttributeType Modifier and Type Method Description List<SchemaAttributeType>AddCustomAttributesRequest. getCustomAttributes()An array of custom attributes, such as Mutable and Name.List<SchemaAttributeType>UserPoolType. getSchemaAttributes()A container with the schema attributes of a user pool.Methods in com.amazonaws.services.cognitoidp.model with parameters of type SchemaAttributeType Modifier and Type Method Description AddCustomAttributesRequestAddCustomAttributesRequest. withCustomAttributes(SchemaAttributeType... customAttributes)An array of custom attributes, such as Mutable and Name.UserPoolTypeUserPoolType. 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 SchemaAttributeType Modifier and Type Method Description voidAddCustomAttributesRequest. setCustomAttributes(Collection<SchemaAttributeType> customAttributes)An array of custom attributes, such as Mutable and Name.voidUserPoolType. setSchemaAttributes(Collection<SchemaAttributeType> schemaAttributes)A container with the schema attributes of a user pool.AddCustomAttributesRequestAddCustomAttributesRequest. withCustomAttributes(Collection<SchemaAttributeType> customAttributes)An array of custom attributes, such as Mutable and Name.UserPoolTypeUserPoolType. withSchemaAttributes(Collection<SchemaAttributeType> schemaAttributes)A container with the schema attributes of a user pool.
-