Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.SchemaAttributeType
-
Packages that use SchemaAttributeType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
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 SchemaAttributeType Modifier and Type Method 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 list of the user attributes and their properties in your user pool.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type SchemaAttributeType Modifier and Type Method Description AddCustomAttributesRequest.BuilderAddCustomAttributesRequest.Builder. customAttributes(SchemaAttributeType... customAttributes)An array of custom attributes, such as Mutable and Name.CreateUserPoolRequest.BuilderCreateUserPoolRequest.Builder. schema(SchemaAttributeType... schema)An array of schema attributes for the new user pool.UserPoolType.BuilderUserPoolType.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 SchemaAttributeType Modifier and Type Method Description AddCustomAttributesRequest.BuilderAddCustomAttributesRequest.Builder. customAttributes(Collection<SchemaAttributeType> customAttributes)An array of custom attributes, such as Mutable and Name.CreateUserPoolRequest.BuilderCreateUserPoolRequest.Builder. schema(Collection<SchemaAttributeType> schema)An array of schema attributes for the new user pool.UserPoolType.BuilderUserPoolType.Builder. schemaAttributes(Collection<SchemaAttributeType> schemaAttributes)A list of the user attributes and their properties in your user pool.
-