Uses of Class
com.oracle.bmc.dataintegration.responses.UpdateScheduleResponse
-
Packages that use UpdateScheduleResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of UpdateScheduleResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return UpdateScheduleResponse Modifier and Type Method Description UpdateScheduleResponse
DataIntegration. updateSchedule(UpdateScheduleRequest request)
Endpoint used to update the scheduleUpdateScheduleResponse
DataIntegrationClient. updateSchedule(UpdateScheduleRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type UpdateScheduleResponse Modifier and Type Method Description Future<UpdateScheduleResponse>
DataIntegrationAsync. updateSchedule(UpdateScheduleRequest request, AsyncHandler<UpdateScheduleRequest,UpdateScheduleResponse> handler)
Endpoint used to update the scheduleFuture<UpdateScheduleResponse>
DataIntegrationAsyncClient. updateSchedule(UpdateScheduleRequest request, AsyncHandler<UpdateScheduleRequest,UpdateScheduleResponse> handler)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type UpdateScheduleResponse Modifier and Type Method Description Future<UpdateScheduleResponse>
DataIntegrationAsync. updateSchedule(UpdateScheduleRequest request, AsyncHandler<UpdateScheduleRequest,UpdateScheduleResponse> handler)
Endpoint used to update the scheduleFuture<UpdateScheduleResponse>
DataIntegrationAsyncClient. updateSchedule(UpdateScheduleRequest request, AsyncHandler<UpdateScheduleRequest,UpdateScheduleResponse> handler)
-
Uses of UpdateScheduleResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return UpdateScheduleResponse Modifier and Type Method Description UpdateScheduleResponse
UpdateScheduleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.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.
-