Uses of Class
io.apicurio.multitenant.api.datamodel.RegistryTenant
-
Packages that use RegistryTenant Package Description io.apicurio.multitenant.api -
-
Uses of RegistryTenant in io.apicurio.multitenant.api
Methods in io.apicurio.multitenant.api that return RegistryTenant Modifier and Type Method Description RegistryTenant
TenantsResource. getTenant(String tenantId)
Gets the details of a single instance of a `Tenant`.Methods in io.apicurio.multitenant.api that return types with arguments of type RegistryTenant Modifier and Type Method Description List<RegistryTenant>
TenantsResource. getTenants()
Gets a list of all `Tenant` entities.
-