Uses of Class
com.oracle.bmc.generativeaiagent.responses.DeleteDataIngestionJobResponse
-
Packages that use DeleteDataIngestionJobResponse Package Description com.oracle.bmc.generativeaiagent com.oracle.bmc.generativeaiagent.responses -
-
Uses of DeleteDataIngestionJobResponse in com.oracle.bmc.generativeaiagent
Methods in com.oracle.bmc.generativeaiagent that return DeleteDataIngestionJobResponse Modifier and Type Method Description DeleteDataIngestionJobResponse
GenerativeAiAgent. deleteDataIngestionJob(DeleteDataIngestionJobRequest request)
Deletes a data ingestion job.DeleteDataIngestionJobResponse
GenerativeAiAgentClient. deleteDataIngestionJob(DeleteDataIngestionJobRequest request)
Methods in com.oracle.bmc.generativeaiagent that return types with arguments of type DeleteDataIngestionJobResponse 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)
Method parameters in com.oracle.bmc.generativeaiagent with type arguments of type DeleteDataIngestionJobResponse 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 DeleteDataIngestionJobResponse in com.oracle.bmc.generativeaiagent.responses
Methods in com.oracle.bmc.generativeaiagent.responses that return DeleteDataIngestionJobResponse Modifier and Type Method Description DeleteDataIngestionJobResponse
DeleteDataIngestionJobResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.generativeaiagent.responses with parameters of type DeleteDataIngestionJobResponse Modifier and Type Method Description DeleteDataIngestionJobResponse.Builder
DeleteDataIngestionJobResponse.Builder. copy(DeleteDataIngestionJobResponse o)
Copy method to populate the builder with values from the given instance.
-