Uses of Class
com.yahoo.vespa.hosted.controller.api.identifiers.PropertyId
-
-
Uses of PropertyId in com.yahoo.vespa.hosted.controller.api.application.v4.model
Fields in com.yahoo.vespa.hosted.controller.api.application.v4.model declared as PropertyId Modifier and Type Field Description PropertyIdTenantCreateOptions. propertyIdConstructors in com.yahoo.vespa.hosted.controller.api.application.v4.model with parameters of type PropertyId Constructor Description TenantCreateOptions(com.yahoo.vespa.athenz.api.AthenzDomain athensDomain, Property property, PropertyId propertyId) -
Uses of PropertyId in com.yahoo.vespa.hosted.controller.api.integration.entity
Methods in com.yahoo.vespa.hosted.controller.api.integration.entity that return types with arguments of type PropertyId Modifier and Type Method Description Map<PropertyId,Property>EntityService. listProperties()List all properties known by the serviceMap<PropertyId,Property>MemoryEntityService. listProperties() -
Uses of PropertyId in com.yahoo.vespa.hosted.controller.api.integration.organization
Methods in com.yahoo.vespa.hosted.controller.api.integration.organization with parameters of type PropertyId Modifier and Type Method Description voidMockContactRetriever. addContact(PropertyId propertyId, Contact contact)voidMockContactRetriever. addContact(PropertyId propertyId, Supplier<Contact> contact)Method parameters in com.yahoo.vespa.hosted.controller.api.integration.organization with type arguments of type PropertyId Modifier and Type Method Description ContactContactRetriever. getContact(Optional<PropertyId> propertyId)ContactMockContactRetriever. getContact(Optional<PropertyId> propertyId) -
Uses of PropertyId in com.yahoo.vespa.hosted.controller.tenant
Methods in com.yahoo.vespa.hosted.controller.tenant that return types with arguments of type PropertyId Modifier and Type Method Description Optional<PropertyId>AthenzTenant. propertyId()Property ID of the tenant, if anyMethod parameters in com.yahoo.vespa.hosted.controller.tenant with type arguments of type PropertyId Modifier and Type Method Description static AthenzTenantAthenzTenant. create(com.yahoo.config.provision.TenantName name, com.yahoo.vespa.athenz.api.AthenzDomain domain, Property property, Optional<PropertyId> propertyId, Instant createdAt)Create a new Athenz tenantConstructor parameters in com.yahoo.vespa.hosted.controller.tenant with type arguments of type PropertyId Constructor Description AthenzTenant(com.yahoo.config.provision.TenantName name, com.yahoo.vespa.athenz.api.AthenzDomain domain, Property property, Optional<PropertyId> propertyId, Optional<Contact> contact, Instant createdAt, LastLoginInfo lastLoginInfo)This should only be used by serialization.
-