Package | Description |
---|---|
com.oracle.bmc.dataflow | |
com.oracle.bmc.dataflow.responses |
Modifier and Type | Method and Description |
---|---|
DeleteRunResponse |
DataFlowClient.deleteRun(DeleteRunRequest request) |
DeleteRunResponse |
DataFlow.deleteRun(DeleteRunRequest request)
Cancels the specified run if it has not already completed or was previously cancelled.
|
Modifier and Type | Method and Description |
---|---|
Future<DeleteRunResponse> |
DataFlowAsyncClient.deleteRun(DeleteRunRequest request,
AsyncHandler<DeleteRunRequest,DeleteRunResponse> handler) |
Future<DeleteRunResponse> |
DataFlowAsync.deleteRun(DeleteRunRequest request,
AsyncHandler<DeleteRunRequest,DeleteRunResponse> handler)
Cancels the specified run if it has not already completed or was previously cancelled.
|
Modifier and Type | Method and Description |
---|---|
Future<DeleteRunResponse> |
DataFlowAsyncClient.deleteRun(DeleteRunRequest request,
AsyncHandler<DeleteRunRequest,DeleteRunResponse> handler) |
Future<DeleteRunResponse> |
DataFlowAsync.deleteRun(DeleteRunRequest request,
AsyncHandler<DeleteRunRequest,DeleteRunResponse> handler)
Cancels the specified run if it has not already completed or was previously cancelled.
|
Modifier and Type | Method and Description |
---|---|
DeleteRunResponse |
DeleteRunResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
DeleteRunResponse.Builder |
DeleteRunResponse.Builder.copy(DeleteRunResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.