Uses of Class
com.oracle.bmc.dataflow.responses.GetWorkRequestResponse
-
Packages that use GetWorkRequestResponse Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.responses -
-
Uses of GetWorkRequestResponse in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow that return GetWorkRequestResponse Modifier and Type Method Description GetWorkRequestResponse
DataFlow. getWorkRequest(GetWorkRequestRequest request)
Gets the status of the work request with the given OCID.GetWorkRequestResponse
DataFlowClient. getWorkRequest(GetWorkRequestRequest request)
Methods in com.oracle.bmc.dataflow that return types with arguments of type GetWorkRequestResponse Modifier and Type Method Description Waiter<GetWorkRequestRequest,GetWorkRequestResponse>
DataFlowWaiters. forWorkRequest(GetWorkRequestRequest request)
Creates a newWaiter
using default configuration.Waiter<GetWorkRequestRequest,GetWorkRequestResponse>
DataFlowWaiters. forWorkRequest(GetWorkRequestRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Future<GetWorkRequestResponse>
DataFlowAsync. getWorkRequest(GetWorkRequestRequest request, AsyncHandler<GetWorkRequestRequest,GetWorkRequestResponse> handler)
Gets the status of the work request with the given OCID.Future<GetWorkRequestResponse>
DataFlowAsyncClient. getWorkRequest(GetWorkRequestRequest request, AsyncHandler<GetWorkRequestRequest,GetWorkRequestResponse> handler)
Method parameters in com.oracle.bmc.dataflow with type arguments of type GetWorkRequestResponse Modifier and Type Method Description Future<GetWorkRequestResponse>
DataFlowAsync. getWorkRequest(GetWorkRequestRequest request, AsyncHandler<GetWorkRequestRequest,GetWorkRequestResponse> handler)
Gets the status of the work request with the given OCID.Future<GetWorkRequestResponse>
DataFlowAsyncClient. getWorkRequest(GetWorkRequestRequest request, AsyncHandler<GetWorkRequestRequest,GetWorkRequestResponse> handler)
-
Uses of GetWorkRequestResponse in com.oracle.bmc.dataflow.responses
Methods in com.oracle.bmc.dataflow.responses that return GetWorkRequestResponse Modifier and Type Method Description GetWorkRequestResponse
GetWorkRequestResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataflow.responses with parameters of type GetWorkRequestResponse Modifier and Type Method Description GetWorkRequestResponse.Builder
GetWorkRequestResponse.Builder. copy(GetWorkRequestResponse o)
Copy method to populate the builder with values from the given instance.
-