Uses of Class
com.yahoo.vespa.hosted.controller.tenant.Tenant.Type
-
Packages that use Tenant.Type Package Description com.yahoo.vespa.hosted.controller.tenant -
-
Uses of Tenant.Type in com.yahoo.vespa.hosted.controller.tenant
Methods in com.yahoo.vespa.hosted.controller.tenant that return Tenant.Type Modifier and Type Method Description Tenant.TypeAthenzTenant. type()Tenant.TypeCloudTenant. type()Tenant.TypeDeletedTenant. type()abstract Tenant.TypeTenant. type()static Tenant.TypeTenant.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Tenant.Type[]Tenant.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-