Uses of Class
com.oracle.bmc.datascience.responses.UpdateScheduleResponse
-
Packages that use UpdateScheduleResponse Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.responses -
-
Uses of UpdateScheduleResponse in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return UpdateScheduleResponse Modifier and Type Method Description UpdateScheduleResponse
DataScience. updateSchedule(UpdateScheduleRequest request)
Updates the ScheduleUpdateScheduleResponse
DataScienceClient. updateSchedule(UpdateScheduleRequest request)
Methods in com.oracle.bmc.datascience that return types with arguments of type UpdateScheduleResponse Modifier and Type Method Description Future<UpdateScheduleResponse>
DataScienceAsync. updateSchedule(UpdateScheduleRequest request, AsyncHandler<UpdateScheduleRequest,UpdateScheduleResponse> handler)
Updates the ScheduleFuture<UpdateScheduleResponse>
DataScienceAsyncClient. updateSchedule(UpdateScheduleRequest request, AsyncHandler<UpdateScheduleRequest,UpdateScheduleResponse> handler)
Method parameters in com.oracle.bmc.datascience with type arguments of type UpdateScheduleResponse Modifier and Type Method Description Future<UpdateScheduleResponse>
DataScienceAsync. updateSchedule(UpdateScheduleRequest request, AsyncHandler<UpdateScheduleRequest,UpdateScheduleResponse> handler)
Updates the ScheduleFuture<UpdateScheduleResponse>
DataScienceAsyncClient. updateSchedule(UpdateScheduleRequest request, AsyncHandler<UpdateScheduleRequest,UpdateScheduleResponse> handler)
-
Uses of UpdateScheduleResponse in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return UpdateScheduleResponse Modifier and Type Method Description UpdateScheduleResponse
UpdateScheduleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datascience.responses with parameters of type UpdateScheduleResponse Modifier and Type Method Description UpdateScheduleResponse.Builder
UpdateScheduleResponse.Builder. copy(UpdateScheduleResponse o)
Copy method to populate the builder with values from the given instance.
-