Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.dns.Record
-
Packages that use Record Package Description com.yahoo.vespa.hosted.controller.api.integration.dns -
-
Uses of Record in com.yahoo.vespa.hosted.controller.api.integration.dns
Methods in com.yahoo.vespa.hosted.controller.api.integration.dns that return Record Modifier and Type Method Description RecordMemoryNameService. createCname(RecordName name, RecordData canonicalName)RecordNameService. 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 Record Modifier and Type Method Description List<Record>MemoryNameService. createAlias(RecordName name, Set<AliasTarget> targets)List<Record>NameService. createAlias(RecordName name, Set<AliasTarget> targets)Create a non-standard ALIAS record pointing to given targets.List<Record>MemoryNameService. createTxtRecords(RecordName name, List<RecordData> txtData)List<Record>NameService. createTxtRecords(RecordName name, List<RecordData> txtRecords)Create a new TXT record containing the provided data.List<Record>MemoryNameService. findRecords(Record.Type type, RecordData data)List<Record>MemoryNameService. findRecords(Record.Type type, RecordName name)List<Record>NameService. findRecords(Record.Type type, RecordData data)Find all records matching given type and dataList<Record>NameService. findRecords(Record.Type type, RecordName name)Find all records matching given type and nameSet<Record>MemoryNameService. records()Methods in com.yahoo.vespa.hosted.controller.api.integration.dns with parameters of type Record Modifier and Type Method Description voidMemoryNameService. add(Record record)intRecord. compareTo(Record that)voidMemoryNameService. 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 Record Modifier and Type Method Description voidMemoryNameService. removeRecords(List<Record> records)voidNameService. removeRecords(List<Record> record)Remove given record(s)
-