Uses of Class
com.yahoo.vespa.hosted.controller.api.identifiers.PropertyId
Packages that use PropertyId
Package
Description
-
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 PropertyIdConstructors in com.yahoo.vespa.hosted.controller.api.application.v4.model with parameters of type PropertyIdModifierConstructorDescriptionTenantCreateOptions(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 PropertyIdModifier and TypeMethodDescriptionEntityService.listProperties()List all properties known by the serviceMemoryEntityService.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 PropertyIdModifier and TypeMethodDescriptionvoidMockContactRetriever.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 PropertyIdModifier and TypeMethodDescriptionContactRetriever.getContact(Optional<PropertyId> propertyId) MockContactRetriever.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 PropertyIdMethod parameters in com.yahoo.vespa.hosted.controller.tenant with type arguments of type PropertyIdModifier and TypeMethodDescriptionstatic 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 PropertyIdModifierConstructorDescriptionAthenzTenant(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.