Uses of Class
com.oracle.bmc.osmanagementhub.model.UpdateScheduledJobDetails
-
Packages that use UpdateScheduledJobDetails Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of UpdateScheduledJobDetails in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return UpdateScheduledJobDetails Modifier and Type Method Description UpdateScheduledJobDetails
UpdateScheduledJobDetails.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model with parameters of type UpdateScheduledJobDetails Modifier and Type Method Description UpdateScheduledJobDetails.Builder
UpdateScheduledJobDetails.Builder. copy(UpdateScheduledJobDetails model)
-
Uses of UpdateScheduledJobDetails in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return UpdateScheduledJobDetails Modifier and Type Method Description UpdateScheduledJobDetails
UpdateScheduledJobRequest. getBody$()
Alternative accessor for the body parameter.UpdateScheduledJobDetails
UpdateScheduledJobRequest. getUpdateScheduledJobDetails()
Provides the information used to update the job.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type UpdateScheduledJobDetails Modifier and Type Method Description UpdateScheduledJobRequest.Builder
UpdateScheduledJobRequest.Builder. body$(UpdateScheduledJobDetails body)
Alternative setter for the body parameter.UpdateScheduledJobRequest.Builder
UpdateScheduledJobRequest.Builder. updateScheduledJobDetails(UpdateScheduledJobDetails updateScheduledJobDetails)
Provides the information used to update the job.
-