Package | Description |
---|---|
com.oracle.bmc.dataflow | |
com.oracle.bmc.dataflow.requests |
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.
|
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 |
---|---|
DeleteRunRequest |
DeleteRunRequest.Builder.build()
Build the instance of DeleteRunRequest as configured by this builder
|
DeleteRunRequest |
DeleteRunRequest.Builder.buildWithoutInvocationCallback()
Build the instance of DeleteRunRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
DeleteRunRequest.Builder |
DeleteRunRequest.Builder.copy(DeleteRunRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.