Uses of Class
com.oracle.bmc.datascience.responses.CreateScheduleResponse
-
Packages that use CreateScheduleResponse Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.responses -
-
Uses of CreateScheduleResponse in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return CreateScheduleResponse Modifier and Type Method Description CreateScheduleResponse
DataScience. createSchedule(CreateScheduleRequest request)
Creates a new Schedule.CreateScheduleResponse
DataScienceClient. createSchedule(CreateScheduleRequest request)
Methods in com.oracle.bmc.datascience that return types with arguments of type CreateScheduleResponse 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)
Method parameters in com.oracle.bmc.datascience with type arguments of type CreateScheduleResponse 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 CreateScheduleResponse in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return CreateScheduleResponse Modifier and Type Method Description CreateScheduleResponse
CreateScheduleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datascience.responses with parameters of type CreateScheduleResponse Modifier and Type Method Description CreateScheduleResponse.Builder
CreateScheduleResponse.Builder. copy(CreateScheduleResponse o)
Copy method to populate the builder with values from the given instance.
-