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