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