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