Uses of Class
com.oracle.bmc.datascience.requests.CreateScheduleRequest
-
Packages that use CreateScheduleRequest Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.requests -
-
Uses of CreateScheduleRequest in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience with parameters of type CreateScheduleRequest Modifier and Type Method Description CreateScheduleResponse
DataScience. createSchedule(CreateScheduleRequest request)
Creates a new Schedule.Future<CreateScheduleResponse>
DataScienceAsync. createSchedule(CreateScheduleRequest request, AsyncHandler<CreateScheduleRequest,CreateScheduleResponse> handler)
Creates a new Schedule.Future<CreateScheduleResponse>
DataScienceAsyncClient. createSchedule(CreateScheduleRequest request, AsyncHandler<CreateScheduleRequest,CreateScheduleResponse> handler)
CreateScheduleResponse
DataScienceClient. createSchedule(CreateScheduleRequest request)
Method parameters in com.oracle.bmc.datascience with type arguments of type CreateScheduleRequest Modifier and Type Method Description Future<CreateScheduleResponse>
DataScienceAsync. createSchedule(CreateScheduleRequest request, AsyncHandler<CreateScheduleRequest,CreateScheduleResponse> handler)
Creates a new Schedule.Future<CreateScheduleResponse>
DataScienceAsyncClient. createSchedule(CreateScheduleRequest request, AsyncHandler<CreateScheduleRequest,CreateScheduleResponse> handler)
-
Uses of CreateScheduleRequest in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return CreateScheduleRequest Modifier and Type Method Description CreateScheduleRequest
CreateScheduleRequest.Builder. build()
Build the instance of CreateScheduleRequest as configured by this builderCreateScheduleRequest
CreateScheduleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateScheduleRequest as configured by this builderMethods in com.oracle.bmc.datascience.requests with parameters of type CreateScheduleRequest Modifier and Type Method Description CreateScheduleRequest.Builder
CreateScheduleRequest.Builder. copy(CreateScheduleRequest o)
Copy method to populate the builder with values from the given instance.
-