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