Uses of Class
com.oracle.bmc.osmanagementhub.requests.CreateScheduledJobRequest
- 
Packages that use CreateScheduledJobRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests 
- 
- 
Uses of CreateScheduledJobRequest in com.oracle.bmc.osmanagementhubMethods in com.oracle.bmc.osmanagementhub with parameters of type CreateScheduledJobRequest Modifier and Type Method Description CreateScheduledJobResponseScheduledJob. createScheduledJob(CreateScheduledJobRequest request)Creates a new scheduled job.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)CreateScheduledJobResponseScheduledJobClient. createScheduledJob(CreateScheduledJobRequest request)Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type CreateScheduledJobRequest 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 CreateScheduledJobRequest in com.oracle.bmc.osmanagementhub.requestsMethods in com.oracle.bmc.osmanagementhub.requests that return CreateScheduledJobRequest Modifier and Type Method Description CreateScheduledJobRequestCreateScheduledJobRequest.Builder. build()Build the instance of CreateScheduledJobRequest as configured by this builderCreateScheduledJobRequestCreateScheduledJobRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateScheduledJobRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type CreateScheduledJobRequest Modifier and Type Method Description CreateScheduledJobRequest.BuilderCreateScheduledJobRequest.Builder. copy(CreateScheduledJobRequest o)Copy method to populate the builder with values from the given instance.
 
-