Uses of Class
com.oracle.bmc.dataflow.responses.UpdateRunResponse
-
Packages that use UpdateRunResponse Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.responses -
-
Uses of UpdateRunResponse in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow that return UpdateRunResponse Modifier and Type Method Description UpdateRunResponse
DataFlow. updateRun(UpdateRunRequest request)
Updates a run using arunId
.UpdateRunResponse
DataFlowClient. updateRun(UpdateRunRequest request)
Methods in com.oracle.bmc.dataflow that return types with arguments of type UpdateRunResponse Modifier and Type Method Description Future<UpdateRunResponse>
DataFlowAsync. updateRun(UpdateRunRequest request, AsyncHandler<UpdateRunRequest,UpdateRunResponse> handler)
Updates a run using arunId
.Future<UpdateRunResponse>
DataFlowAsyncClient. updateRun(UpdateRunRequest request, AsyncHandler<UpdateRunRequest,UpdateRunResponse> handler)
Method parameters in com.oracle.bmc.dataflow with type arguments of type UpdateRunResponse Modifier and Type Method Description Future<UpdateRunResponse>
DataFlowAsync. updateRun(UpdateRunRequest request, AsyncHandler<UpdateRunRequest,UpdateRunResponse> handler)
Updates a run using arunId
.Future<UpdateRunResponse>
DataFlowAsyncClient. updateRun(UpdateRunRequest request, AsyncHandler<UpdateRunRequest,UpdateRunResponse> handler)
-
Uses of UpdateRunResponse in com.oracle.bmc.dataflow.responses
Methods in com.oracle.bmc.dataflow.responses that return UpdateRunResponse Modifier and Type Method Description UpdateRunResponse
UpdateRunResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataflow.responses with parameters of type UpdateRunResponse Modifier and Type Method Description UpdateRunResponse.Builder
UpdateRunResponse.Builder. copy(UpdateRunResponse o)
Copy method to populate the builder with values from the given instance.
-