Uses of Class
com.oracle.bmc.dataintegration.responses.UpdateTaskScheduleResponse
-
Packages that use UpdateTaskScheduleResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of UpdateTaskScheduleResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return UpdateTaskScheduleResponse Modifier and Type Method Description UpdateTaskScheduleResponse
DataIntegration. updateTaskSchedule(UpdateTaskScheduleRequest request)
Endpoint used to update the TaskScheduleUpdateTaskScheduleResponse
DataIntegrationClient. updateTaskSchedule(UpdateTaskScheduleRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type UpdateTaskScheduleResponse Modifier and Type Method Description Future<UpdateTaskScheduleResponse>
DataIntegrationAsync. updateTaskSchedule(UpdateTaskScheduleRequest request, AsyncHandler<UpdateTaskScheduleRequest,UpdateTaskScheduleResponse> handler)
Endpoint used to update the TaskScheduleFuture<UpdateTaskScheduleResponse>
DataIntegrationAsyncClient. updateTaskSchedule(UpdateTaskScheduleRequest request, AsyncHandler<UpdateTaskScheduleRequest,UpdateTaskScheduleResponse> handler)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type UpdateTaskScheduleResponse Modifier and Type Method Description Future<UpdateTaskScheduleResponse>
DataIntegrationAsync. updateTaskSchedule(UpdateTaskScheduleRequest request, AsyncHandler<UpdateTaskScheduleRequest,UpdateTaskScheduleResponse> handler)
Endpoint used to update the TaskScheduleFuture<UpdateTaskScheduleResponse>
DataIntegrationAsyncClient. updateTaskSchedule(UpdateTaskScheduleRequest request, AsyncHandler<UpdateTaskScheduleRequest,UpdateTaskScheduleResponse> handler)
-
Uses of UpdateTaskScheduleResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return UpdateTaskScheduleResponse Modifier and Type Method Description UpdateTaskScheduleResponse
UpdateTaskScheduleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type UpdateTaskScheduleResponse Modifier and Type Method Description UpdateTaskScheduleResponse.Builder
UpdateTaskScheduleResponse.Builder. copy(UpdateTaskScheduleResponse o)
Copy method to populate the builder with values from the given instance.
-