Uses of Class
com.oracle.bmc.dns.model.RecordCollection
-
Packages that use RecordCollection Package Description com.oracle.bmc.dns.model com.oracle.bmc.dns.responses -
-
Uses of RecordCollection in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return RecordCollection Modifier and Type Method Description RecordCollection
RecordCollection.Builder. build()
Methods in com.oracle.bmc.dns.model with parameters of type RecordCollection Modifier and Type Method Description RecordCollection.Builder
RecordCollection.Builder. copy(RecordCollection model)
-
Uses of RecordCollection in com.oracle.bmc.dns.responses
Methods in com.oracle.bmc.dns.responses that return RecordCollection Modifier and Type Method Description RecordCollection
GetDomainRecordsResponse. getRecordCollection()
The returned RecordCollection instance.RecordCollection
GetZoneRecordsResponse. getRecordCollection()
The returned RecordCollection instance.RecordCollection
PatchDomainRecordsResponse. getRecordCollection()
The returned RecordCollection instance.RecordCollection
PatchRRSetResponse. getRecordCollection()
The returned RecordCollection instance.RecordCollection
PatchZoneRecordsResponse. getRecordCollection()
The returned RecordCollection instance.RecordCollection
UpdateDomainRecordsResponse. getRecordCollection()
The returned RecordCollection instance.RecordCollection
UpdateRRSetResponse. getRecordCollection()
The returned RecordCollection instance.RecordCollection
UpdateZoneRecordsResponse. getRecordCollection()
The returned RecordCollection instance.Methods in com.oracle.bmc.dns.responses with parameters of type RecordCollection Modifier and Type Method Description GetDomainRecordsResponse.Builder
GetDomainRecordsResponse.Builder. recordCollection(RecordCollection recordCollection)
The returned RecordCollection instance.GetZoneRecordsResponse.Builder
GetZoneRecordsResponse.Builder. recordCollection(RecordCollection recordCollection)
The returned RecordCollection instance.PatchDomainRecordsResponse.Builder
PatchDomainRecordsResponse.Builder. recordCollection(RecordCollection recordCollection)
The returned RecordCollection instance.PatchRRSetResponse.Builder
PatchRRSetResponse.Builder. recordCollection(RecordCollection recordCollection)
The returned RecordCollection instance.PatchZoneRecordsResponse.Builder
PatchZoneRecordsResponse.Builder. recordCollection(RecordCollection recordCollection)
The returned RecordCollection instance.UpdateDomainRecordsResponse.Builder
UpdateDomainRecordsResponse.Builder. recordCollection(RecordCollection recordCollection)
The returned RecordCollection instance.UpdateRRSetResponse.Builder
UpdateRRSetResponse.Builder. recordCollection(RecordCollection recordCollection)
The returned RecordCollection instance.UpdateZoneRecordsResponse.Builder
UpdateZoneRecordsResponse.Builder. recordCollection(RecordCollection recordCollection)
The returned RecordCollection instance.
-