Uses of Class
com.oracle.bmc.dns.model.PatchZoneRecordsDetails
-
Packages that use PatchZoneRecordsDetails Package Description com.oracle.bmc.dns.model com.oracle.bmc.dns.requests -
-
Uses of PatchZoneRecordsDetails in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return PatchZoneRecordsDetails Modifier and Type Method Description PatchZoneRecordsDetails
PatchZoneRecordsDetails.Builder. build()
Methods in com.oracle.bmc.dns.model with parameters of type PatchZoneRecordsDetails Modifier and Type Method Description PatchZoneRecordsDetails.Builder
PatchZoneRecordsDetails.Builder. copy(PatchZoneRecordsDetails model)
-
Uses of PatchZoneRecordsDetails in com.oracle.bmc.dns.requests
Methods in com.oracle.bmc.dns.requests that return PatchZoneRecordsDetails Modifier and Type Method Description PatchZoneRecordsDetails
PatchZoneRecordsRequest. getBody$()
Alternative accessor for the body parameter.PatchZoneRecordsDetails
PatchZoneRecordsRequest. getPatchZoneRecordsDetails()
The operations describing how to modify the collection of records.Methods in com.oracle.bmc.dns.requests with parameters of type PatchZoneRecordsDetails Modifier and Type Method Description PatchZoneRecordsRequest.Builder
PatchZoneRecordsRequest.Builder. body$(PatchZoneRecordsDetails body)
Alternative setter for the body parameter.PatchZoneRecordsRequest.Builder
PatchZoneRecordsRequest.Builder. patchZoneRecordsDetails(PatchZoneRecordsDetails patchZoneRecordsDetails)
The operations describing how to modify the collection of records.
-