Uses of Class
com.yahoo.vespa.hosted.controller.api.application.v4.model.ApplicationReference
-
Packages that use ApplicationReference Package Description com.yahoo.vespa.hosted.controller.api.application.v4 com.yahoo.vespa.hosted.controller.api.application.v4.model -
-
Uses of ApplicationReference in com.yahoo.vespa.hosted.controller.api.application.v4
Methods in com.yahoo.vespa.hosted.controller.api.application.v4 that return ApplicationReference Modifier and Type Method Description ApplicationReferenceApplicationResource. createApplication(ApplicationId applicationId)Methods in com.yahoo.vespa.hosted.controller.api.application.v4 that return types with arguments of type ApplicationReference Modifier and Type Method Description List<ApplicationReference>ApplicationResource. listApplications() -
Uses of ApplicationReference in com.yahoo.vespa.hosted.controller.api.application.v4.model
Fields in com.yahoo.vespa.hosted.controller.api.application.v4.model with type parameters of type ApplicationReference Modifier and Type Field Description List<ApplicationReference>TenantWithApplications. applicationsConstructor parameters in com.yahoo.vespa.hosted.controller.api.application.v4.model with type arguments of type ApplicationReference Constructor Description TenantWithApplications(TenantType type, com.yahoo.vespa.athenz.api.AthenzDomain athensDomain, Property property, List<ApplicationReference> applications)
-