Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.SchemaAttributeType
Packages that use SchemaAttributeType
-
Uses of SchemaAttributeType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type SchemaAttributeTypeModifier and TypeMethodDescriptionfinal List<SchemaAttributeType>AddCustomAttributesRequest.customAttributes()An array of custom attribute names and other properties.final List<SchemaAttributeType>CreateUserPoolRequest.schema()An array of attributes for the new user pool.final List<SchemaAttributeType>UserPoolType.schemaAttributes()A list of the user attributes and their properties in your user pool.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type SchemaAttributeTypeModifier and TypeMethodDescriptionAddCustomAttributesRequest.Builder.customAttributes(SchemaAttributeType... customAttributes) An array of custom attribute names and other properties.CreateUserPoolRequest.Builder.schema(SchemaAttributeType... schema) An array of attributes for the new user pool.UserPoolType.Builder.schemaAttributes(SchemaAttributeType... schemaAttributes) A list of the user attributes and their properties in your user pool.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type SchemaAttributeTypeModifier and TypeMethodDescriptionAddCustomAttributesRequest.Builder.customAttributes(Collection<SchemaAttributeType> customAttributes) An array of custom attribute names and other properties.CreateUserPoolRequest.Builder.schema(Collection<SchemaAttributeType> schema) An array of attributes for the new user pool.UserPoolType.Builder.schemaAttributes(Collection<SchemaAttributeType> schemaAttributes) A list of the user attributes and their properties in your user pool.