Uses of Class
com.oracle.bmc.datacc.model.UpdateMaintenanceRunDetails
-
Packages that use UpdateMaintenanceRunDetails Package Description com.oracle.bmc.datacc.model com.oracle.bmc.datacc.requests -
-
Uses of UpdateMaintenanceRunDetails in com.oracle.bmc.datacc.model
Methods in com.oracle.bmc.datacc.model that return UpdateMaintenanceRunDetails Modifier and Type Method Description UpdateMaintenanceRunDetailsUpdateMaintenanceRunDetails.Builder. build()Methods in com.oracle.bmc.datacc.model with parameters of type UpdateMaintenanceRunDetails Modifier and Type Method Description UpdateMaintenanceRunDetails.BuilderUpdateMaintenanceRunDetails.Builder. copy(UpdateMaintenanceRunDetails model) -
Uses of UpdateMaintenanceRunDetails in com.oracle.bmc.datacc.requests
Methods in com.oracle.bmc.datacc.requests that return UpdateMaintenanceRunDetails Modifier and Type Method Description UpdateMaintenanceRunDetailsUpdateMaintenanceRunRequest. getBody$()Alternative accessor for the body parameter.UpdateMaintenanceRunDetailsUpdateMaintenanceRunRequest. getUpdateMaintenanceRunDetails()The updated maintenance run details.Methods in com.oracle.bmc.datacc.requests with parameters of type UpdateMaintenanceRunDetails Modifier and Type Method Description UpdateMaintenanceRunRequest.BuilderUpdateMaintenanceRunRequest.Builder. body$(UpdateMaintenanceRunDetails body)Alternative setter for the body parameter.UpdateMaintenanceRunRequest.BuilderUpdateMaintenanceRunRequest.Builder. updateMaintenanceRunDetails(UpdateMaintenanceRunDetails updateMaintenanceRunDetails)The updated maintenance run details.
-