Uses of Class
com.oracle.bmc.dataflow.responses.GetRunResponse
-
Packages that use GetRunResponse Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.responses -
-
Uses of GetRunResponse in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow that return GetRunResponse Modifier and Type Method Description GetRunResponse
DataFlow. getRun(GetRunRequest request)
Retrieves the run for the specifiedrunId
.GetRunResponse
DataFlowClient. getRun(GetRunRequest request)
Methods in com.oracle.bmc.dataflow that return types with arguments of type GetRunResponse 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.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)
Method parameters in com.oracle.bmc.dataflow with type arguments of type GetRunResponse 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 GetRunResponse in com.oracle.bmc.dataflow.responses
Methods in com.oracle.bmc.dataflow.responses that return GetRunResponse Modifier and Type Method Description GetRunResponse
GetRunResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataflow.responses with parameters of type GetRunResponse Modifier and Type Method Description GetRunResponse.Builder
GetRunResponse.Builder. copy(GetRunResponse o)
Copy method to populate the builder with values from the given instance.
-