Uses of Class
com.oracle.bmc.dataflow.requests.ListRunLogsRequest
-
Packages that use ListRunLogsRequest Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.requests -
-
Uses of ListRunLogsRequest in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow with parameters of type ListRunLogsRequest Modifier and Type Method Description ListRunLogsResponse
DataFlow. listRunLogs(ListRunLogsRequest request)
Retrieves summaries of the run’s logs.Future<ListRunLogsResponse>
DataFlowAsync. listRunLogs(ListRunLogsRequest request, AsyncHandler<ListRunLogsRequest,ListRunLogsResponse> handler)
Retrieves summaries of the run’s logs.Future<ListRunLogsResponse>
DataFlowAsyncClient. listRunLogs(ListRunLogsRequest request, AsyncHandler<ListRunLogsRequest,ListRunLogsResponse> handler)
ListRunLogsResponse
DataFlowClient. listRunLogs(ListRunLogsRequest request)
Iterable<RunLogSummary>
DataFlowPaginators. listRunLogsRecordIterator(ListRunLogsRequest request)
Creates a new iterable which will iterate over theRunLogSummary
objects contained in responses from the listRunLogs operation.Iterable<ListRunLogsResponse>
DataFlowPaginators. listRunLogsResponseIterator(ListRunLogsRequest request)
Creates a new iterable which will iterate over the responses received from the listRunLogs operation.Method parameters in com.oracle.bmc.dataflow with type arguments of type ListRunLogsRequest Modifier and Type Method Description Future<ListRunLogsResponse>
DataFlowAsync. listRunLogs(ListRunLogsRequest request, AsyncHandler<ListRunLogsRequest,ListRunLogsResponse> handler)
Retrieves summaries of the run’s logs.Future<ListRunLogsResponse>
DataFlowAsyncClient. listRunLogs(ListRunLogsRequest request, AsyncHandler<ListRunLogsRequest,ListRunLogsResponse> handler)
-
Uses of ListRunLogsRequest in com.oracle.bmc.dataflow.requests
Methods in com.oracle.bmc.dataflow.requests that return ListRunLogsRequest Modifier and Type Method Description ListRunLogsRequest
ListRunLogsRequest.Builder. build()
Build the instance of ListRunLogsRequest as configured by this builderListRunLogsRequest
ListRunLogsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListRunLogsRequest as configured by this builderMethods in com.oracle.bmc.dataflow.requests with parameters of type ListRunLogsRequest Modifier and Type Method Description ListRunLogsRequest.Builder
ListRunLogsRequest.Builder. copy(ListRunLogsRequest o)
Copy method to populate the builder with values from the given instance.
-