Uses of Class
com.oracle.bmc.datascience.responses.ListJobRunsResponse
-
Packages that use ListJobRunsResponse Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.responses -
-
Uses of ListJobRunsResponse in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return ListJobRunsResponse Modifier and Type Method Description ListJobRunsResponseDataScience. listJobRuns(ListJobRunsRequest request)List out job runs.ListJobRunsResponseDataScienceClient. listJobRuns(ListJobRunsRequest request)Methods in com.oracle.bmc.datascience that return types with arguments of type ListJobRunsResponse Modifier and Type Method Description Future<ListJobRunsResponse>DataScienceAsync. listJobRuns(ListJobRunsRequest request, AsyncHandler<ListJobRunsRequest,ListJobRunsResponse> handler)List out job runs.Future<ListJobRunsResponse>DataScienceAsyncClient. listJobRuns(ListJobRunsRequest request, AsyncHandler<ListJobRunsRequest,ListJobRunsResponse> handler)Iterable<ListJobRunsResponse>DataSciencePaginators. listJobRunsResponseIterator(ListJobRunsRequest request)Creates a new iterable which will iterate over the responses received from the listJobRuns operation.Method parameters in com.oracle.bmc.datascience with type arguments of type ListJobRunsResponse Modifier and Type Method Description Future<ListJobRunsResponse>DataScienceAsync. listJobRuns(ListJobRunsRequest request, AsyncHandler<ListJobRunsRequest,ListJobRunsResponse> handler)List out job runs.Future<ListJobRunsResponse>DataScienceAsyncClient. listJobRuns(ListJobRunsRequest request, AsyncHandler<ListJobRunsRequest,ListJobRunsResponse> handler) -
Uses of ListJobRunsResponse in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return ListJobRunsResponse Modifier and Type Method Description ListJobRunsResponseListJobRunsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datascience.responses with parameters of type ListJobRunsResponse Modifier and Type Method Description ListJobRunsResponse.BuilderListJobRunsResponse.Builder. copy(ListJobRunsResponse o)Copy method to populate the builder with values from the given instance.
-