Uses of Class
com.yahoo.vespa.hosted.controller.tenant.Tenant
-
Packages that use Tenant Package Description com.yahoo.vespa.hosted.controller.api.integration.aws com.yahoo.vespa.hosted.controller.tenant -
-
Uses of Tenant in com.yahoo.vespa.hosted.controller.api.integration.aws
Methods in com.yahoo.vespa.hosted.controller.api.integration.aws with parameters of type Tenant Modifier and Type Method Description java.util.Optional<TenantRoles>NoopRoleService. createTenantRole(Tenant tenant)java.util.Optional<TenantRoles>RoleService. createTenantRole(Tenant tenant) -
Uses of Tenant in com.yahoo.vespa.hosted.controller.tenant
Subclasses of Tenant in com.yahoo.vespa.hosted.controller.tenant Modifier and Type Class Description classAthenzTenantRepresents an Athenz tenant in hosted Vespa.classCloudTenantA paying tenant in a Vespa cloud service.classDeletedTenantRepresents a tenant that has been deleted.
-