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 SchemaAttributeType
SchemaAttributeType. clone()
SchemaAttributeType
SchemaAttributeType. withAttributeDataType(AttributeDataType attributeDataType)
The attribute data type.SchemaAttributeType
SchemaAttributeType. withAttributeDataType(String attributeDataType)
The attribute data type.SchemaAttributeType
SchemaAttributeType. withDeveloperOnlyAttribute(Boolean developerOnlyAttribute)
Specifies whether the attribute type is developer only.SchemaAttributeType
SchemaAttributeType. withMutable(Boolean mutable)
Specifies whether the attribute can be changed once it has been created.SchemaAttributeType
SchemaAttributeType. withName(String name)
A schema attribute of the name type.SchemaAttributeType
SchemaAttributeType. withNumberAttributeConstraints(NumberAttributeConstraintsType numberAttributeConstraints)
Specifies the constraints for an attribute of the number type.SchemaAttributeType
SchemaAttributeType. withRequired(Boolean required)
Specifies whether a user pool attribute is required.SchemaAttributeType
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 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 AddCustomAttributesRequest
AddCustomAttributesRequest. withCustomAttributes(SchemaAttributeType... customAttributes)
An array of custom attributes, such as Mutable and Name.UserPoolType
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 SchemaAttributeType Modifier and Type Method Description void
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
AddCustomAttributesRequest. withCustomAttributes(Collection<SchemaAttributeType> customAttributes)
An array of custom attributes, such as Mutable and Name.UserPoolType
UserPoolType. withSchemaAttributes(Collection<SchemaAttributeType> schemaAttributes)
A container with the schema attributes of a user pool.
-