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.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type CreateScheduledJobRequest Modifier and Type Method Description CreateScheduledJobResponse
ScheduledJob. 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)
CreateScheduledJobResponse
ScheduledJobClient. 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.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return CreateScheduledJobRequest Modifier and Type Method Description CreateScheduledJobRequest
CreateScheduledJobRequest.Builder. build()
Build the instance of CreateScheduledJobRequest as configured by this builderCreateScheduledJobRequest
CreateScheduledJobRequest.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.Builder
CreateScheduledJobRequest.Builder. copy(CreateScheduledJobRequest o)
Copy method to populate the builder with values from the given instance.
-