Uses of Class
com.oracle.bmc.osmanagementhub.responses.DeleteScheduledJobResponse
-
Packages that use DeleteScheduledJobResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of DeleteScheduledJobResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return DeleteScheduledJobResponse Modifier and Type Method Description DeleteScheduledJobResponse
ScheduledJob. deleteScheduledJob(DeleteScheduledJobRequest request)
Deletes the specified scheduled job.DeleteScheduledJobResponse
ScheduledJobClient. deleteScheduledJob(DeleteScheduledJobRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type DeleteScheduledJobResponse Modifier and Type Method Description Future<DeleteScheduledJobResponse>
ScheduledJobAsync. deleteScheduledJob(DeleteScheduledJobRequest request, AsyncHandler<DeleteScheduledJobRequest,DeleteScheduledJobResponse> handler)
Deletes the specified scheduled job.Future<DeleteScheduledJobResponse>
ScheduledJobAsyncClient. deleteScheduledJob(DeleteScheduledJobRequest request, AsyncHandler<DeleteScheduledJobRequest,DeleteScheduledJobResponse> handler)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type DeleteScheduledJobResponse Modifier and Type Method Description Future<DeleteScheduledJobResponse>
ScheduledJobAsync. deleteScheduledJob(DeleteScheduledJobRequest request, AsyncHandler<DeleteScheduledJobRequest,DeleteScheduledJobResponse> handler)
Deletes the specified scheduled job.Future<DeleteScheduledJobResponse>
ScheduledJobAsyncClient. deleteScheduledJob(DeleteScheduledJobRequest request, AsyncHandler<DeleteScheduledJobRequest,DeleteScheduledJobResponse> handler)
-
Uses of DeleteScheduledJobResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return DeleteScheduledJobResponse Modifier and Type Method Description DeleteScheduledJobResponse
DeleteScheduledJobResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type DeleteScheduledJobResponse Modifier and Type Method Description DeleteScheduledJobResponse.Builder
DeleteScheduledJobResponse.Builder. copy(DeleteScheduledJobResponse o)
Copy method to populate the builder with values from the given instance.
-