Uses of Class
com.oracle.bmc.osmanagement.model.UpdateScheduledJobDetails
-
Packages that use UpdateScheduledJobDetails Package Description com.oracle.bmc.osmanagement.model com.oracle.bmc.osmanagement.requests -
-
Uses of UpdateScheduledJobDetails in com.oracle.bmc.osmanagement.model
Methods in com.oracle.bmc.osmanagement.model that return UpdateScheduledJobDetails Modifier and Type Method Description UpdateScheduledJobDetails
UpdateScheduledJobDetails.Builder. build()
Methods in com.oracle.bmc.osmanagement.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.osmanagement.requests
Methods in com.oracle.bmc.osmanagement.requests that return UpdateScheduledJobDetails Modifier and Type Method Description UpdateScheduledJobDetails
UpdateScheduledJobRequest. getBody$()
Alternative accessor for the body parameter.UpdateScheduledJobDetails
UpdateScheduledJobRequest. getUpdateScheduledJobDetails()
Details about a Scheduled Job to updateMethods in com.oracle.bmc.osmanagement.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)
Details about a Scheduled Job to update
-