Package | Description |
---|---|
com.oracle.bmc.dataflow | |
com.oracle.bmc.dataflow.responses |
Modifier and Type | Method and Description |
---|---|
GetRunResponse |
DataFlowClient.getRun(GetRunRequest request) |
GetRunResponse |
DataFlow.getRun(GetRunRequest request)
Retrieves the run for the specified
runId . |
Modifier and Type | Method and Description |
---|---|
Waiter<GetRunRequest,GetRunResponse> |
DataFlowWaiters.forRun(GetRunRequest request,
RunLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetRunRequest,GetRunResponse> |
DataFlowWaiters.forRun(GetRunRequest request,
RunLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetRunRequest,GetRunResponse> |
DataFlowWaiters.forRun(GetRunRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
RunLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Future<GetRunResponse> |
DataFlowAsyncClient.getRun(GetRunRequest request,
AsyncHandler<GetRunRequest,GetRunResponse> handler) |
Future<GetRunResponse> |
DataFlowAsync.getRun(GetRunRequest request,
AsyncHandler<GetRunRequest,GetRunResponse> handler)
Retrieves the run for the specified
runId . |
Modifier and Type | Method and Description |
---|---|
Future<GetRunResponse> |
DataFlowAsyncClient.getRun(GetRunRequest request,
AsyncHandler<GetRunRequest,GetRunResponse> handler) |
Future<GetRunResponse> |
DataFlowAsync.getRun(GetRunRequest request,
AsyncHandler<GetRunRequest,GetRunResponse> handler)
Retrieves the run for the specified
runId . |
Modifier and Type | Method and Description |
---|---|
GetRunResponse |
GetRunResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetRunResponse.Builder |
GetRunResponse.Builder.copy(GetRunResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.