Uses of Class
com.oracle.bmc.dataflow.requests.DeleteRunRequest
-
Packages that use DeleteRunRequest Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.requests -
-
Uses of DeleteRunRequest in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow with parameters of type DeleteRunRequest Modifier and Type Method Description DeleteRunResponse
DataFlow. deleteRun(DeleteRunRequest request)
Cancels the specified run if it has not already completed or was previously cancelled.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)
DeleteRunResponse
DataFlowClient. deleteRun(DeleteRunRequest request)
Method parameters in com.oracle.bmc.dataflow with type arguments of type DeleteRunRequest 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 DeleteRunRequest in com.oracle.bmc.dataflow.requests
Methods in com.oracle.bmc.dataflow.requests that return DeleteRunRequest Modifier and Type Method Description DeleteRunRequest
DeleteRunRequest.Builder. build()
Build the instance of DeleteRunRequest as configured by this builderDeleteRunRequest
DeleteRunRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteRunRequest as configured by this builderMethods in com.oracle.bmc.dataflow.requests with parameters of type DeleteRunRequest Modifier and Type Method Description DeleteRunRequest.Builder
DeleteRunRequest.Builder. copy(DeleteRunRequest o)
Copy method to populate the builder with values from the given instance.
-