Uses of Class
io.weaviate.client.v1.schema.model.Tenant
-
Packages that use Tenant Package Description io.weaviate.client.v1.schema.api io.weaviate.client.v1.schema.model -
-
Uses of Tenant in io.weaviate.client.v1.schema.api
Methods in io.weaviate.client.v1.schema.api that return types with arguments of type Tenant Modifier and Type Method Description Result<List<Tenant>>TenantsGetter. run()Methods in io.weaviate.client.v1.schema.api with parameters of type Tenant Modifier and Type Method Description TenantsCreatorTenantsCreator. withTenants(Tenant... tenants) -
Uses of Tenant in io.weaviate.client.v1.schema.model
Methods in io.weaviate.client.v1.schema.model that return Tenant Modifier and Type Method Description TenantTenant.TenantBuilder. build()
-