Uses of Class
com.oracle.bmc.ailanguage.requests.ListJobsRequest
-
Packages that use ListJobsRequest Package Description com.oracle.bmc.ailanguage com.oracle.bmc.ailanguage.requests -
-
Uses of ListJobsRequest in com.oracle.bmc.ailanguage
Methods in com.oracle.bmc.ailanguage with parameters of type ListJobsRequest Modifier and Type Method Description ListJobsResponse
AIServiceLanguage. listJobs(ListJobsRequest request)
Returns a list of language service async Jobs.Future<ListJobsResponse>
AIServiceLanguageAsync. listJobs(ListJobsRequest request, AsyncHandler<ListJobsRequest,ListJobsResponse> handler)
Returns a list of language service async Jobs.Future<ListJobsResponse>
AIServiceLanguageAsyncClient. listJobs(ListJobsRequest request, AsyncHandler<ListJobsRequest,ListJobsResponse> handler)
ListJobsResponse
AIServiceLanguageClient. listJobs(ListJobsRequest request)
Iterable<JobSummary>
AIServiceLanguagePaginators. listJobsRecordIterator(ListJobsRequest request)
Creates a new iterable which will iterate over theJobSummary
objects contained in responses from the listJobs operation.Iterable<ListJobsResponse>
AIServiceLanguagePaginators. listJobsResponseIterator(ListJobsRequest request)
Creates a new iterable which will iterate over the responses received from the listJobs operation.Method parameters in com.oracle.bmc.ailanguage with type arguments of type ListJobsRequest Modifier and Type Method Description Future<ListJobsResponse>
AIServiceLanguageAsync. listJobs(ListJobsRequest request, AsyncHandler<ListJobsRequest,ListJobsResponse> handler)
Returns a list of language service async Jobs.Future<ListJobsResponse>
AIServiceLanguageAsyncClient. listJobs(ListJobsRequest request, AsyncHandler<ListJobsRequest,ListJobsResponse> handler)
-
Uses of ListJobsRequest in com.oracle.bmc.ailanguage.requests
Methods in com.oracle.bmc.ailanguage.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.ailanguage.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.
-