Uses of Class
com.oracle.bmc.dataflow.responses.DeleteRunResponse
-
Packages that use DeleteRunResponse Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.responses -
-
Uses of DeleteRunResponse in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow that return DeleteRunResponse Modifier and Type Method Description DeleteRunResponse
DataFlow. deleteRun(DeleteRunRequest request)
Cancels the specified run if it has not already completed or was previously cancelled.DeleteRunResponse
DataFlowClient. deleteRun(DeleteRunRequest request)
Methods in com.oracle.bmc.dataflow that return types with arguments of type DeleteRunResponse Modifier and Type Method Description Future<DeleteRunResponse>
DataFlowAsync. deleteRun(DeleteRunRequest request, AsyncHandler<DeleteRunRequest,DeleteRunResponse> handler)
Cancels the specified run if it has not already completed or was previously cancelled.Future<DeleteRunResponse>
DataFlowAsyncClient. deleteRun(DeleteRunRequest request, AsyncHandler<DeleteRunRequest,DeleteRunResponse> handler)
Method parameters in com.oracle.bmc.dataflow with type arguments of type DeleteRunResponse Modifier and Type Method Description Future<DeleteRunResponse>
DataFlowAsync. deleteRun(DeleteRunRequest request, AsyncHandler<DeleteRunRequest,DeleteRunResponse> handler)
Cancels the specified run if it has not already completed or was previously cancelled.Future<DeleteRunResponse>
DataFlowAsyncClient. deleteRun(DeleteRunRequest request, AsyncHandler<DeleteRunRequest,DeleteRunResponse> handler)
-
Uses of DeleteRunResponse in com.oracle.bmc.dataflow.responses
Methods in com.oracle.bmc.dataflow.responses that return DeleteRunResponse Modifier and Type Method Description DeleteRunResponse
DeleteRunResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataflow.responses with parameters of type DeleteRunResponse Modifier and Type Method Description DeleteRunResponse.Builder
DeleteRunResponse.Builder. copy(DeleteRunResponse o)
Copy method to populate the builder with values from the given instance.
-