Uses of Class
com.oracle.bmc.dataflow.requests.UpdateRunRequest
-
Packages that use UpdateRunRequest Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.requests -
-
Uses of UpdateRunRequest in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow with parameters of type UpdateRunRequest Modifier and Type Method Description UpdateRunResponse
DataFlow. updateRun(UpdateRunRequest request)
Updates a run using arunId
.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)
UpdateRunResponse
DataFlowClient. updateRun(UpdateRunRequest request)
Method parameters in com.oracle.bmc.dataflow with type arguments of type UpdateRunRequest 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 UpdateRunRequest in com.oracle.bmc.dataflow.requests
Methods in com.oracle.bmc.dataflow.requests that return UpdateRunRequest Modifier and Type Method Description UpdateRunRequest
UpdateRunRequest.Builder. build()
Build the instance of UpdateRunRequest as configured by this builderUpdateRunRequest
UpdateRunRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateRunRequest as configured by this builderMethods in com.oracle.bmc.dataflow.requests with parameters of type UpdateRunRequest Modifier and Type Method Description UpdateRunRequest.Builder
UpdateRunRequest.Builder. copy(UpdateRunRequest o)
Copy method to populate the builder with values from the given instance.
-