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 java.util.Map<PropertyId,Property>EntityService. listProperties()List all properties known by the servicejava.util.Map<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, java.util.function.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(java.util.Optional<PropertyId> propertyId)ContactMockContactRetriever. getContact(java.util.Optional<PropertyId> propertyId)
-