Package | Description |
---|---|
com.amazonaws.services.cognitoidp.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.