Uses of Class
com.oracle.bmc.osmanagementhub.responses.UpdateScheduledJobResponse
-
Packages that use UpdateScheduledJobResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of UpdateScheduledJobResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return UpdateScheduledJobResponse 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.UpdateScheduledJobResponse
ScheduledJobClient. updateScheduledJob(UpdateScheduledJobRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type UpdateScheduledJobResponse 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)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type UpdateScheduledJobResponse 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 UpdateScheduledJobResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return UpdateScheduledJobResponse Modifier and Type Method Description UpdateScheduledJobResponse
UpdateScheduledJobResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type UpdateScheduledJobResponse Modifier and Type Method Description UpdateScheduledJobResponse.Builder
UpdateScheduledJobResponse.Builder. copy(UpdateScheduledJobResponse o)
Copy method to populate the builder with values from the given instance.
-