Uses of Class
com.yahoo.vespa.hosted.controller.tenant.TenantInfo
-
Packages that use TenantInfo Package Description com.yahoo.vespa.hosted.controller.tenant -
-
Uses of TenantInfo in com.yahoo.vespa.hosted.controller.tenant
Fields in com.yahoo.vespa.hosted.controller.tenant declared as TenantInfo Modifier and Type Field Description static TenantInfoTenantInfo. EMPTYMethods in com.yahoo.vespa.hosted.controller.tenant that return TenantInfo Modifier and Type Method Description TenantInfoCloudTenant. info()Legal name, addresses etcTenantInfoTenantInfo. withAddress(TenantInfoAddress newAddress)TenantInfoTenantInfo. withBillingContact(TenantInfoBillingContact newBillingContact)TenantInfoTenantInfo. withContactEmail(String newContactEmail)TenantInfoTenantInfo. withContactName(String newContactName)TenantInfoTenantInfo. withEmail(String newEmail)TenantInfoTenantInfo. withInvoiceEmail(String newInvoiceEmail)TenantInfoTenantInfo. withName(String newName)TenantInfoTenantInfo. withWebsite(String newWebsite)Constructors in com.yahoo.vespa.hosted.controller.tenant with parameters of type TenantInfo Constructor Description CloudTenant(com.yahoo.config.provision.TenantName name, Instant createdAt, LastLoginInfo lastLoginInfo, Optional<Principal> creator, com.google.common.collect.BiMap<PublicKey,Principal> developerKeys, TenantInfo info, List<TenantSecretStore> tenantSecretStores, Optional<String> archiveAccessRole)Public for the serialization layer — do not use!
-