Uses of Class
com.oracle.bmc.datascience.requests.ListJobsRequest
-
Packages that use ListJobsRequest Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.requests -
-
Uses of ListJobsRequest in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience with parameters of type ListJobsRequest Modifier and Type Method Description ListJobsResponse
DataScience. listJobs(ListJobsRequest request)
List jobs in the specified compartment.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)
ListJobsResponse
DataScienceClient. listJobs(ListJobsRequest request)
Iterable<JobSummary>
DataSciencePaginators. listJobsRecordIterator(ListJobsRequest request)
Creates a new iterable which will iterate over theJobSummary
objects contained in responses from the listJobs operation.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 ListJobsRequest 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 ListJobsRequest in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return ListJobsRequest Modifier and Type Method Description ListJobsRequest
ListJobsRequest.Builder. build()
Build the instance of ListJobsRequest as configured by this builderListJobsRequest
ListJobsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListJobsRequest as configured by this builderMethods in com.oracle.bmc.datascience.requests with parameters of type ListJobsRequest Modifier and Type Method Description ListJobsRequest.Builder
ListJobsRequest.Builder. copy(ListJobsRequest o)
Copy method to populate the builder with values from the given instance.
-