Uses of Class
com.oracle.bmc.dns.model.Record
-
Packages that use Record Package Description com.oracle.bmc.dns com.oracle.bmc.dns.model -
-
Uses of Record in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return types with arguments of type Record Modifier and Type Method Description Iterable<Record>DnsPaginators. getDomainRecordsRecordIterator(GetDomainRecordsRequest request)Creates a new iterable which will iterate over theRecordobjects contained in responses from the getDomainRecords operation.Iterable<Record>DnsPaginators. getRRSetRecordIterator(GetRRSetRequest request)Creates a new iterable which will iterate over theRecordobjects contained in responses from the getRRSet operation.Iterable<Record>DnsPaginators. getZoneRecordsRecordIterator(GetZoneRecordsRequest request)Creates a new iterable which will iterate over theRecordobjects contained in responses from the getZoneRecords operation. -
Uses of Record in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return Record Modifier and Type Method Description RecordRecord.Builder. build()Methods in com.oracle.bmc.dns.model that return types with arguments of type Record Modifier and Type Method Description List<Record>RecordCollection. getItems()List<Record>RRSet. getItems()Methods in com.oracle.bmc.dns.model with parameters of type Record Modifier and Type Method Description Record.BuilderRecord.Builder. copy(Record model)Method parameters in com.oracle.bmc.dns.model with type arguments of type Record Modifier and Type Method Description RecordCollection.BuilderRecordCollection.Builder. items(List<Record> items)RRSet.BuilderRRSet.Builder. items(List<Record> items)Constructor parameters in com.oracle.bmc.dns.model with type arguments of type Record Constructor Description RecordCollection(List<Record> items)Deprecated.RRSet(List<Record> items)Deprecated.
-