Uses of Class
com.oracle.bmc.generativeaiagent.responses.ListDataIngestionJobsResponse
-
Packages that use ListDataIngestionJobsResponse Package Description com.oracle.bmc.generativeaiagent com.oracle.bmc.generativeaiagent.responses -
-
Uses of ListDataIngestionJobsResponse in com.oracle.bmc.generativeaiagent
Methods in com.oracle.bmc.generativeaiagent that return ListDataIngestionJobsResponse Modifier and Type Method Description ListDataIngestionJobsResponseGenerativeAiAgent. listDataIngestionJobs(ListDataIngestionJobsRequest request)Gets a list of data ingestion jobs.ListDataIngestionJobsResponseGenerativeAiAgentClient. listDataIngestionJobs(ListDataIngestionJobsRequest request)Methods in com.oracle.bmc.generativeaiagent that return types with arguments of type ListDataIngestionJobsResponse 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)Iterable<ListDataIngestionJobsResponse>GenerativeAiAgentPaginators. listDataIngestionJobsResponseIterator(ListDataIngestionJobsRequest request)Creates a new iterable which will iterate over the responses received from the listDataIngestionJobs operation.Method parameters in com.oracle.bmc.generativeaiagent with type arguments of type ListDataIngestionJobsResponse 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 ListDataIngestionJobsResponse in com.oracle.bmc.generativeaiagent.responses
Methods in com.oracle.bmc.generativeaiagent.responses that return ListDataIngestionJobsResponse Modifier and Type Method Description ListDataIngestionJobsResponseListDataIngestionJobsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.generativeaiagent.responses with parameters of type ListDataIngestionJobsResponse Modifier and Type Method Description ListDataIngestionJobsResponse.BuilderListDataIngestionJobsResponse.Builder. copy(ListDataIngestionJobsResponse o)Copy method to populate the builder with values from the given instance.
-