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