Package | Description |
---|---|
com.amazonaws.services.cognitoidp.model | |
com.amazonaws.services.cognitoidp.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<SchemaAttributeType> |
AddCustomAttributesRequest.customAttributes
An array of custom attributes, such as Mutable and Name.
|
private java.util.List<SchemaAttributeType> |
UserPoolType.schemaAttributes
A container with the schema attributes of a user pool.
|
Modifier and Type | Method and Description |
---|---|
SchemaAttributeType |
SchemaAttributeType.clone() |
SchemaAttributeType |
SchemaAttributeType.withAttributeDataType(AttributeDataType attributeDataType)
The attribute data type.
|
SchemaAttributeType |
SchemaAttributeType.withAttributeDataType(java.lang.String attributeDataType)
The attribute data type.
|
SchemaAttributeType |
SchemaAttributeType.withDeveloperOnlyAttribute(java.lang.Boolean developerOnlyAttribute)
Specifies whether the attribute type is developer only.
|
SchemaAttributeType |
SchemaAttributeType.withMutable(java.lang.Boolean mutable)
Specifies whether the attribute can be changed once it has been created.
|
SchemaAttributeType |
SchemaAttributeType.withName(java.lang.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(java.lang.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 |
---|---|
java.util.List<SchemaAttributeType> |
AddCustomAttributesRequest.getCustomAttributes()
An array of custom attributes, such as Mutable and Name.
|
java.util.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(java.util.Collection<SchemaAttributeType> customAttributes)
An array of custom attributes, such as Mutable and Name.
|
void |
UserPoolType.setSchemaAttributes(java.util.Collection<SchemaAttributeType> schemaAttributes)
A container with the schema attributes of a user pool.
|
AddCustomAttributesRequest |
AddCustomAttributesRequest.withCustomAttributes(java.util.Collection<SchemaAttributeType> customAttributes)
An array of custom attributes, such as Mutable and Name.
|
UserPoolType |
UserPoolType.withSchemaAttributes(java.util.Collection<SchemaAttributeType> schemaAttributes)
A container with the schema attributes of a user pool.
|
Modifier and Type | Method and Description |
---|---|
SchemaAttributeType |
SchemaAttributeTypeJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SchemaAttributeTypeJsonMarshaller.marshall(SchemaAttributeType schemaAttributeType,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|