Uses of Class
com.oracle.bmc.dataintegration.requests.DeleteTaskRunRequest
-
Packages that use DeleteTaskRunRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of DeleteTaskRunRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type DeleteTaskRunRequest Modifier and Type Method Description DeleteTaskRunResponse
DataIntegration. deleteTaskRun(DeleteTaskRunRequest request)
Deletes a task run using the specified identifier.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)
DeleteTaskRunResponse
DataIntegrationClient. deleteTaskRun(DeleteTaskRunRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type DeleteTaskRunRequest 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 DeleteTaskRunRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return DeleteTaskRunRequest Modifier and Type Method Description DeleteTaskRunRequest
DeleteTaskRunRequest.Builder. build()
Build the instance of DeleteTaskRunRequest as configured by this builderDeleteTaskRunRequest
DeleteTaskRunRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteTaskRunRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type DeleteTaskRunRequest Modifier and Type Method Description DeleteTaskRunRequest.Builder
DeleteTaskRunRequest.Builder. copy(DeleteTaskRunRequest o)
Copy method to populate the builder with values from the given instance.
-