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 theRecord
objects contained in responses from the getDomainRecords operation.Iterable<Record>
DnsPaginators. getRRSetRecordIterator(GetRRSetRequest request)
Creates a new iterable which will iterate over theRecord
objects contained in responses from the getRRSet operation.Iterable<Record>
DnsPaginators. getZoneRecordsRecordIterator(GetZoneRecordsRequest request)
Creates a new iterable which will iterate over theRecord
objects 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 Record
Record.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.Builder
Record.Builder. copy(Record model)
Method parameters in com.oracle.bmc.dns.model with type arguments of type Record Modifier and Type Method Description RecordCollection.Builder
RecordCollection.Builder. items(List<Record> items)
RRSet.Builder
RRSet.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.
-