Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.dns.Record
Packages that use Record
-
Uses of Record in com.yahoo.vespa.hosted.controller.api.integration.dns
Methods in com.yahoo.vespa.hosted.controller.api.integration.dns that return RecordModifier and TypeMethodDescriptionMemoryNameService.createCname(RecordName name, RecordData canonicalName) NameService.createCname(RecordName name, RecordData canonicalName) Create a new CNAME recordMethods in com.yahoo.vespa.hosted.controller.api.integration.dns that return types with arguments of type RecordModifier and TypeMethodDescriptionMemoryNameService.createAlias(RecordName name, Set<AliasTarget> targets) NameService.createAlias(RecordName name, Set<AliasTarget> targets) Create a non-standard ALIAS record pointing to given targets.MemoryNameService.createTxtRecords(RecordName name, List<RecordData> txtData) NameService.createTxtRecords(RecordName name, List<RecordData> txtRecords) Create a new TXT record containing the provided data.MemoryNameService.findRecords(Record.Type type, RecordData data) MemoryNameService.findRecords(Record.Type type, RecordName name) NameService.findRecords(Record.Type type, RecordData data) Find all records matching given type and dataNameService.findRecords(Record.Type type, RecordName name) Find all records matching given type and nameMemoryNameService.records()Methods in com.yahoo.vespa.hosted.controller.api.integration.dns with parameters of type RecordModifier and TypeMethodDescriptionvoidintvoidMemoryNameService.updateRecord(Record record, RecordData newData) voidNameService.updateRecord(Record record, RecordData newData) Update existing recordMethod parameters in com.yahoo.vespa.hosted.controller.api.integration.dns with type arguments of type RecordModifier and TypeMethodDescriptionvoidMemoryNameService.removeRecords(List<Record> records) voidNameService.removeRecords(List<Record> record) Remove given record(s)