Uses of Class
com.oracle.bmc.datascience.responses.ListPipelineRunsResponse
-
Packages that use ListPipelineRunsResponse Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.responses -
-
Uses of ListPipelineRunsResponse in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return ListPipelineRunsResponse Modifier and Type Method Description ListPipelineRunsResponse
DataScience. listPipelineRuns(ListPipelineRunsRequest request)
Returns a list of PipelineRuns.ListPipelineRunsResponse
DataScienceClient. listPipelineRuns(ListPipelineRunsRequest request)
Methods in com.oracle.bmc.datascience that return types with arguments of type ListPipelineRunsResponse Modifier and Type Method Description Future<ListPipelineRunsResponse>
DataScienceAsync. listPipelineRuns(ListPipelineRunsRequest request, AsyncHandler<ListPipelineRunsRequest,ListPipelineRunsResponse> handler)
Returns a list of PipelineRuns.Future<ListPipelineRunsResponse>
DataScienceAsyncClient. listPipelineRuns(ListPipelineRunsRequest request, AsyncHandler<ListPipelineRunsRequest,ListPipelineRunsResponse> handler)
Iterable<ListPipelineRunsResponse>
DataSciencePaginators. listPipelineRunsResponseIterator(ListPipelineRunsRequest request)
Creates a new iterable which will iterate over the responses received from the listPipelineRuns operation.Method parameters in com.oracle.bmc.datascience with type arguments of type ListPipelineRunsResponse Modifier and Type Method Description Future<ListPipelineRunsResponse>
DataScienceAsync. listPipelineRuns(ListPipelineRunsRequest request, AsyncHandler<ListPipelineRunsRequest,ListPipelineRunsResponse> handler)
Returns a list of PipelineRuns.Future<ListPipelineRunsResponse>
DataScienceAsyncClient. listPipelineRuns(ListPipelineRunsRequest request, AsyncHandler<ListPipelineRunsRequest,ListPipelineRunsResponse> handler)
-
Uses of ListPipelineRunsResponse in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return ListPipelineRunsResponse Modifier and Type Method Description ListPipelineRunsResponse
ListPipelineRunsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datascience.responses with parameters of type ListPipelineRunsResponse Modifier and Type Method Description ListPipelineRunsResponse.Builder
ListPipelineRunsResponse.Builder. copy(ListPipelineRunsResponse o)
Copy method to populate the builder with values from the given instance.
-