Uses of Class
com.oracle.bmc.dataintegration.responses.DeleteTaskRunResponse
-
Packages that use DeleteTaskRunResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of DeleteTaskRunResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return DeleteTaskRunResponse Modifier and Type Method Description DeleteTaskRunResponse
DataIntegration. deleteTaskRun(DeleteTaskRunRequest request)
Deletes a task run using the specified identifier.DeleteTaskRunResponse
DataIntegrationClient. deleteTaskRun(DeleteTaskRunRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type DeleteTaskRunResponse Modifier and Type Method Description Future<DeleteTaskRunResponse>
DataIntegrationAsync. deleteTaskRun(DeleteTaskRunRequest request, AsyncHandler<DeleteTaskRunRequest,DeleteTaskRunResponse> handler)
Deletes a task run using the specified identifier.Future<DeleteTaskRunResponse>
DataIntegrationAsyncClient. deleteTaskRun(DeleteTaskRunRequest request, AsyncHandler<DeleteTaskRunRequest,DeleteTaskRunResponse> handler)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type DeleteTaskRunResponse Modifier and Type Method Description Future<DeleteTaskRunResponse>
DataIntegrationAsync. deleteTaskRun(DeleteTaskRunRequest request, AsyncHandler<DeleteTaskRunRequest,DeleteTaskRunResponse> handler)
Deletes a task run using the specified identifier.Future<DeleteTaskRunResponse>
DataIntegrationAsyncClient. deleteTaskRun(DeleteTaskRunRequest request, AsyncHandler<DeleteTaskRunRequest,DeleteTaskRunResponse> handler)
-
Uses of DeleteTaskRunResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return DeleteTaskRunResponse Modifier and Type Method Description DeleteTaskRunResponse
DeleteTaskRunResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type DeleteTaskRunResponse Modifier and Type Method Description DeleteTaskRunResponse.Builder
DeleteTaskRunResponse.Builder. copy(DeleteTaskRunResponse o)
Copy method to populate the builder with values from the given instance.
-