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 ListJobsResponse
DataScience. listJobs(ListJobsRequest request)
List jobs in the specified compartment.ListJobsResponse
DataScienceClient. 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 ListJobsResponse
ListJobsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datascience.responses with parameters of type ListJobsResponse Modifier and Type Method Description ListJobsResponse.Builder
ListJobsResponse.Builder. copy(ListJobsResponse o)
Copy method to populate the builder with values from the given instance.
-