| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
List<SchemaAttributeType> |
AddCustomAttributesRequest.customAttributes()
An array of custom attributes, such as Mutable and Name.
|
List<SchemaAttributeType> |
CreateUserPoolRequest.schema()
An array of schema attributes for the new user pool.
|
List<SchemaAttributeType> |
UserPoolType.schemaAttributes()
A container with the schema attributes of a user pool.
|
| Modifier and Type | Method and Description |
|---|---|
AddCustomAttributesRequest.Builder |
AddCustomAttributesRequest.Builder.customAttributes(SchemaAttributeType... customAttributes)
An array of custom attributes, such as Mutable and Name.
|
CreateUserPoolRequest.Builder |
CreateUserPoolRequest.Builder.schema(SchemaAttributeType... schema)
An array of schema attributes for the new user pool.
|
UserPoolType.Builder |
UserPoolType.Builder.schemaAttributes(SchemaAttributeType... schemaAttributes)
A container with the schema attributes of a user pool.
|
| Modifier and Type | Method and Description |
|---|---|
AddCustomAttributesRequest.Builder |
AddCustomAttributesRequest.Builder.customAttributes(Collection<SchemaAttributeType> customAttributes)
An array of custom attributes, such as Mutable and Name.
|
CreateUserPoolRequest.Builder |
CreateUserPoolRequest.Builder.schema(Collection<SchemaAttributeType> schema)
An array of schema attributes for the new user pool.
|
UserPoolType.Builder |
UserPoolType.Builder.schemaAttributes(Collection<SchemaAttributeType> schemaAttributes)
A container with the schema attributes of a user pool.
|
Copyright © 2019. All rights reserved.