Uses of Class
com.oracle.bmc.datascience.responses.ListJobsResponse
-
Packages that use ListJobsResponse Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.responses -
-
Uses of ListJobsResponse in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return ListJobsResponse Modifier and Type Method Description ListJobsResponseDataScience. listJobs(ListJobsRequest request)List jobs in the specified compartment.ListJobsResponseDataScienceClient. listJobs(ListJobsRequest request)Methods in com.oracle.bmc.datascience that return types with arguments of type ListJobsResponse Modifier and Type Method Description Future<ListJobsResponse>DataScienceAsync. listJobs(ListJobsRequest request, AsyncHandler<ListJobsRequest,ListJobsResponse> handler)List jobs in the specified compartment.Future<ListJobsResponse>DataScienceAsyncClient. listJobs(ListJobsRequest request, AsyncHandler<ListJobsRequest,ListJobsResponse> handler)Iterable<ListJobsResponse>DataSciencePaginators. listJobsResponseIterator(ListJobsRequest request)Creates a new iterable which will iterate over the responses received from the listJobs operation.Method parameters in com.oracle.bmc.datascience with type arguments of type ListJobsResponse Modifier and Type Method Description Future<ListJobsResponse>DataScienceAsync. listJobs(ListJobsRequest request, AsyncHandler<ListJobsRequest,ListJobsResponse> handler)List jobs in the specified compartment.Future<ListJobsResponse>DataScienceAsyncClient. listJobs(ListJobsRequest request, AsyncHandler<ListJobsRequest,ListJobsResponse> handler) -
Uses of ListJobsResponse in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return ListJobsResponse Modifier and Type Method Description ListJobsResponseListJobsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datascience.responses with parameters of type ListJobsResponse Modifier and Type Method Description ListJobsResponse.BuilderListJobsResponse.Builder. copy(ListJobsResponse o)Copy method to populate the builder with values from the given instance.
-