Uses of Class
com.oracle.bmc.generativeaiagent.requests.ListDataIngestionJobsRequest
-
Packages that use ListDataIngestionJobsRequest Package Description com.oracle.bmc.generativeaiagent com.oracle.bmc.generativeaiagent.requests -
-
Uses of ListDataIngestionJobsRequest in com.oracle.bmc.generativeaiagent
Method parameters in com.oracle.bmc.generativeaiagent with type arguments of type ListDataIngestionJobsRequest Modifier and Type Method Description Future<ListDataIngestionJobsResponse>
GenerativeAiAgentAsync. listDataIngestionJobs(ListDataIngestionJobsRequest request, AsyncHandler<ListDataIngestionJobsRequest,ListDataIngestionJobsResponse> handler)
Gets a list of data ingestion jobs.Future<ListDataIngestionJobsResponse>
GenerativeAiAgentAsyncClient. listDataIngestionJobs(ListDataIngestionJobsRequest request, AsyncHandler<ListDataIngestionJobsRequest,ListDataIngestionJobsResponse> handler)
-
Uses of ListDataIngestionJobsRequest in com.oracle.bmc.generativeaiagent.requests
Methods in com.oracle.bmc.generativeaiagent.requests that return ListDataIngestionJobsRequest Modifier and Type Method Description ListDataIngestionJobsRequest
ListDataIngestionJobsRequest.Builder. build()
Build the instance of ListDataIngestionJobsRequest as configured by this builderListDataIngestionJobsRequest
ListDataIngestionJobsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListDataIngestionJobsRequest as configured by this builderMethods in com.oracle.bmc.generativeaiagent.requests with parameters of type ListDataIngestionJobsRequest Modifier and Type Method Description ListDataIngestionJobsRequest.Builder
ListDataIngestionJobsRequest.Builder. copy(ListDataIngestionJobsRequest o)
Copy method to populate the builder with values from the given instance.
-