Uses of Class
com.oracle.bmc.dns.model.RecordOperation
-
Packages that use RecordOperation Package Description com.oracle.bmc.dns.model -
-
Uses of RecordOperation in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return RecordOperation Modifier and Type Method Description RecordOperation
RecordOperation.Builder. build()
Methods in com.oracle.bmc.dns.model that return types with arguments of type RecordOperation Modifier and Type Method Description List<RecordOperation>
PatchDomainRecordsDetails. getItems()
List<RecordOperation>
PatchRRSetDetails. getItems()
List<RecordOperation>
PatchZoneRecordsDetails. getItems()
Methods in com.oracle.bmc.dns.model with parameters of type RecordOperation Modifier and Type Method Description RecordOperation.Builder
RecordOperation.Builder. copy(RecordOperation model)
Method parameters in com.oracle.bmc.dns.model with type arguments of type RecordOperation Modifier and Type Method Description PatchDomainRecordsDetails.Builder
PatchDomainRecordsDetails.Builder. items(List<RecordOperation> items)
PatchRRSetDetails.Builder
PatchRRSetDetails.Builder. items(List<RecordOperation> items)
PatchZoneRecordsDetails.Builder
PatchZoneRecordsDetails.Builder. items(List<RecordOperation> items)
Constructor parameters in com.oracle.bmc.dns.model with type arguments of type RecordOperation Constructor Description PatchDomainRecordsDetails(List<RecordOperation> items)
Deprecated.PatchRRSetDetails(List<RecordOperation> items)
Deprecated.PatchZoneRecordsDetails(List<RecordOperation> items)
Deprecated.
-