Uses of Class
com.oracle.bmc.dns.model.UpdateRRSetDetails
-
Packages that use UpdateRRSetDetails Package Description com.oracle.bmc.dns.model com.oracle.bmc.dns.requests -
-
Uses of UpdateRRSetDetails in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return UpdateRRSetDetails Modifier and Type Method Description UpdateRRSetDetails
UpdateRRSetDetails.Builder. build()
Methods in com.oracle.bmc.dns.model with parameters of type UpdateRRSetDetails Modifier and Type Method Description UpdateRRSetDetails.Builder
UpdateRRSetDetails.Builder. copy(UpdateRRSetDetails model)
-
Uses of UpdateRRSetDetails in com.oracle.bmc.dns.requests
Methods in com.oracle.bmc.dns.requests that return UpdateRRSetDetails Modifier and Type Method Description UpdateRRSetDetails
UpdateRRSetRequest. getBody$()
Alternative accessor for the body parameter.UpdateRRSetDetails
UpdateRRSetRequest. getUpdateRRSetDetails()
A full list of records for the RRSet.Methods in com.oracle.bmc.dns.requests with parameters of type UpdateRRSetDetails Modifier and Type Method Description UpdateRRSetRequest.Builder
UpdateRRSetRequest.Builder. body$(UpdateRRSetDetails body)
Alternative setter for the body parameter.UpdateRRSetRequest.Builder
UpdateRRSetRequest.Builder. updateRRSetDetails(UpdateRRSetDetails updateRRSetDetails)
A full list of records for the RRSet.
-