Uses of Class
com.oracle.bmc.dataflow.requests.GetRunLogRequest
-
Packages that use GetRunLogRequest Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.requests -
-
Uses of GetRunLogRequest in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow with parameters of type GetRunLogRequest Modifier and Type Method Description GetRunLogResponse
DataFlow. getRunLog(GetRunLogRequest request)
Retrieves the content of an run log.Future<GetRunLogResponse>
DataFlowAsync. getRunLog(GetRunLogRequest request, AsyncHandler<GetRunLogRequest,GetRunLogResponse> handler)
Retrieves the content of an run log.Future<GetRunLogResponse>
DataFlowAsyncClient. getRunLog(GetRunLogRequest request, AsyncHandler<GetRunLogRequest,GetRunLogResponse> handler)
GetRunLogResponse
DataFlowClient. getRunLog(GetRunLogRequest request)
Method parameters in com.oracle.bmc.dataflow with type arguments of type GetRunLogRequest Modifier and Type Method Description Future<GetRunLogResponse>
DataFlowAsync. getRunLog(GetRunLogRequest request, AsyncHandler<GetRunLogRequest,GetRunLogResponse> handler)
Retrieves the content of an run log.Future<GetRunLogResponse>
DataFlowAsyncClient. getRunLog(GetRunLogRequest request, AsyncHandler<GetRunLogRequest,GetRunLogResponse> handler)
-
Uses of GetRunLogRequest in com.oracle.bmc.dataflow.requests
Methods in com.oracle.bmc.dataflow.requests that return GetRunLogRequest Modifier and Type Method Description GetRunLogRequest
GetRunLogRequest.Builder. build()
Build the instance of GetRunLogRequest as configured by this builderGetRunLogRequest
GetRunLogRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetRunLogRequest as configured by this builderMethods in com.oracle.bmc.dataflow.requests with parameters of type GetRunLogRequest Modifier and Type Method Description GetRunLogRequest.Builder
GetRunLogRequest.Builder. copy(GetRunLogRequest o)
Copy method to populate the builder with values from the given instance.
-