Uses of Class
com.oracle.bmc.dataflow.model.RunLogSummary
-
Packages that use RunLogSummary Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.model com.oracle.bmc.dataflow.responses -
-
Uses of RunLogSummary in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow that return types with arguments of type RunLogSummary Modifier and Type Method Description Iterable<RunLogSummary>
DataFlowPaginators. listRunLogsRecordIterator(ListRunLogsRequest request)
Creates a new iterable which will iterate over theRunLogSummary
objects contained in responses from the listRunLogs operation. -
Uses of RunLogSummary in com.oracle.bmc.dataflow.model
Methods in com.oracle.bmc.dataflow.model that return RunLogSummary Modifier and Type Method Description RunLogSummary
RunLogSummary.Builder. build()
Methods in com.oracle.bmc.dataflow.model with parameters of type RunLogSummary Modifier and Type Method Description RunLogSummary.Builder
RunLogSummary.Builder. copy(RunLogSummary model)
-
Uses of RunLogSummary in com.oracle.bmc.dataflow.responses
Methods in com.oracle.bmc.dataflow.responses that return types with arguments of type RunLogSummary Modifier and Type Method Description List<RunLogSummary>
ListRunLogsResponse. getItems()
A list of com.oracle.bmc.dataflow.model.RunLogSummary instances.Method parameters in com.oracle.bmc.dataflow.responses with type arguments of type RunLogSummary Modifier and Type Method Description ListRunLogsResponse.Builder
ListRunLogsResponse.Builder. items(List<RunLogSummary> items)
A list of com.oracle.bmc.dataflow.model.RunLogSummary instances.
-