Uses of Class
com.oracle.bmc.dataflow.requests.GetRunRequest
-
Packages that use GetRunRequest Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.requests -
-
Uses of GetRunRequest in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow that return types with arguments of type GetRunRequest Modifier and Type Method Description Waiter<GetRunRequest,GetRunResponse>
DataFlowWaiters. forRun(GetRunRequest request, RunLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetRunRequest,GetRunResponse>
DataFlowWaiters. forRun(GetRunRequest request, RunLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetRunRequest,GetRunResponse>
DataFlowWaiters. forRun(GetRunRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, RunLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.dataflow with parameters of type GetRunRequest Modifier and Type Method Description Waiter<GetRunRequest,GetRunResponse>
DataFlowWaiters. forRun(GetRunRequest request, RunLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetRunRequest,GetRunResponse>
DataFlowWaiters. forRun(GetRunRequest request, RunLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetRunRequest,GetRunResponse>
DataFlowWaiters. forRun(GetRunRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, RunLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetRunResponse
DataFlow. getRun(GetRunRequest request)
Retrieves the run for the specifiedrunId
.Future<GetRunResponse>
DataFlowAsync. getRun(GetRunRequest request, AsyncHandler<GetRunRequest,GetRunResponse> handler)
Retrieves the run for the specifiedrunId
.Future<GetRunResponse>
DataFlowAsyncClient. getRun(GetRunRequest request, AsyncHandler<GetRunRequest,GetRunResponse> handler)
GetRunResponse
DataFlowClient. getRun(GetRunRequest request)
Method parameters in com.oracle.bmc.dataflow with type arguments of type GetRunRequest Modifier and Type Method Description Future<GetRunResponse>
DataFlowAsync. getRun(GetRunRequest request, AsyncHandler<GetRunRequest,GetRunResponse> handler)
Retrieves the run for the specifiedrunId
.Future<GetRunResponse>
DataFlowAsyncClient. getRun(GetRunRequest request, AsyncHandler<GetRunRequest,GetRunResponse> handler)
-
Uses of GetRunRequest in com.oracle.bmc.dataflow.requests
Methods in com.oracle.bmc.dataflow.requests that return GetRunRequest Modifier and Type Method Description GetRunRequest
GetRunRequest.Builder. build()
Build the instance of GetRunRequest as configured by this builderGetRunRequest
GetRunRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetRunRequest as configured by this builderMethods in com.oracle.bmc.dataflow.requests with parameters of type GetRunRequest Modifier and Type Method Description GetRunRequest.Builder
GetRunRequest.Builder. copy(GetRunRequest o)
Copy method to populate the builder with values from the given instance.
-