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 RecordCollectionRecordCollection.Builder. build()Methods in com.oracle.bmc.dns.model with parameters of type RecordCollection Modifier and Type Method Description RecordCollection.BuilderRecordCollection.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 RecordCollectionGetDomainRecordsResponse. getRecordCollection()The returned RecordCollection instance.RecordCollectionGetZoneRecordsResponse. getRecordCollection()The returned RecordCollection instance.RecordCollectionPatchDomainRecordsResponse. getRecordCollection()The returned RecordCollection instance.RecordCollectionPatchRRSetResponse. getRecordCollection()The returned RecordCollection instance.RecordCollectionPatchZoneRecordsResponse. getRecordCollection()The returned RecordCollection instance.RecordCollectionUpdateDomainRecordsResponse. getRecordCollection()The returned RecordCollection instance.RecordCollectionUpdateRRSetResponse. getRecordCollection()The returned RecordCollection instance.RecordCollectionUpdateZoneRecordsResponse. getRecordCollection()The returned RecordCollection instance.Methods in com.oracle.bmc.dns.responses with parameters of type RecordCollection Modifier and Type Method Description GetDomainRecordsResponse.BuilderGetDomainRecordsResponse.Builder. recordCollection(RecordCollection recordCollection)The returned RecordCollection instance.GetZoneRecordsResponse.BuilderGetZoneRecordsResponse.Builder. recordCollection(RecordCollection recordCollection)The returned RecordCollection instance.PatchDomainRecordsResponse.BuilderPatchDomainRecordsResponse.Builder. recordCollection(RecordCollection recordCollection)The returned RecordCollection instance.PatchRRSetResponse.BuilderPatchRRSetResponse.Builder. recordCollection(RecordCollection recordCollection)The returned RecordCollection instance.PatchZoneRecordsResponse.BuilderPatchZoneRecordsResponse.Builder. recordCollection(RecordCollection recordCollection)The returned RecordCollection instance.UpdateDomainRecordsResponse.BuilderUpdateDomainRecordsResponse.Builder. recordCollection(RecordCollection recordCollection)The returned RecordCollection instance.UpdateRRSetResponse.BuilderUpdateRRSetResponse.Builder. recordCollection(RecordCollection recordCollection)The returned RecordCollection instance.UpdateZoneRecordsResponse.BuilderUpdateZoneRecordsResponse.Builder. recordCollection(RecordCollection recordCollection)The returned RecordCollection instance.
-