Uses of Class
com.yahoo.vespa.hosted.controller.tenant.CloudTenant
Packages that use CloudTenant
Package
Description
-
Uses of CloudTenant in com.yahoo.vespa.hosted.controller.api.integration.billing
Methods in com.yahoo.vespa.hosted.controller.api.integration.billing with parameters of type CloudTenantModifier and TypeMethodDescriptiondefault StringBillingReporter.exportBill(Bill bill, String exportMethod, CloudTenant tenant) Export a bill to a payment service.BillingReporterMock.exportBill(Bill bill, String exportMethod, CloudTenant tenant) BillingReporter.maintainInvoice(CloudTenant teannt, Bill bill) BillingReporterMock.maintainInvoice(CloudTenant tenant, Bill bill) BillingReporter.maintainTenant(CloudTenant tenant) BillingReporterMock.maintainTenant(CloudTenant tenant) -
Uses of CloudTenant in com.yahoo.vespa.hosted.controller.tenant
Methods in com.yahoo.vespa.hosted.controller.tenant that return CloudTenantModifier and TypeMethodDescriptionstatic CloudTenantCloudTenant.create(com.yahoo.config.provision.TenantName tenantName, Instant createdAt, Principal creator) Creates a tenant with the given name, provided it passes validation.