Uses of Class
com.oracle.bmc.osmanagementhub.requests.UpdateScheduledJobRequest
-
Packages that use UpdateScheduledJobRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of UpdateScheduledJobRequest in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type UpdateScheduledJobRequest Modifier and Type Method Description UpdateScheduledJobResponse
ScheduledJob. updateScheduledJob(UpdateScheduledJobRequest request)
Updates the specified scheduled job’s name, description, and other details, such as next execution and recurrence.Future<UpdateScheduledJobResponse>
ScheduledJobAsync. updateScheduledJob(UpdateScheduledJobRequest request, AsyncHandler<UpdateScheduledJobRequest,UpdateScheduledJobResponse> handler)
Updates the specified scheduled job’s name, description, and other details, such as next execution and recurrence.Future<UpdateScheduledJobResponse>
ScheduledJobAsyncClient. updateScheduledJob(UpdateScheduledJobRequest request, AsyncHandler<UpdateScheduledJobRequest,UpdateScheduledJobResponse> handler)
UpdateScheduledJobResponse
ScheduledJobClient. updateScheduledJob(UpdateScheduledJobRequest request)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type UpdateScheduledJobRequest Modifier and Type Method Description Future<UpdateScheduledJobResponse>
ScheduledJobAsync. updateScheduledJob(UpdateScheduledJobRequest request, AsyncHandler<UpdateScheduledJobRequest,UpdateScheduledJobResponse> handler)
Updates the specified scheduled job’s name, description, and other details, such as next execution and recurrence.Future<UpdateScheduledJobResponse>
ScheduledJobAsyncClient. updateScheduledJob(UpdateScheduledJobRequest request, AsyncHandler<UpdateScheduledJobRequest,UpdateScheduledJobResponse> handler)
-
Uses of UpdateScheduledJobRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return UpdateScheduledJobRequest Modifier and Type Method Description UpdateScheduledJobRequest
UpdateScheduledJobRequest.Builder. build()
Build the instance of UpdateScheduledJobRequest as configured by this builderUpdateScheduledJobRequest
UpdateScheduledJobRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateScheduledJobRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type UpdateScheduledJobRequest Modifier and Type Method Description UpdateScheduledJobRequest.Builder
UpdateScheduledJobRequest.Builder. copy(UpdateScheduledJobRequest o)
Copy method to populate the builder with values from the given instance.
-