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