Uses of Class
com.oracle.bmc.dataintegration.model.DataFlowSummary
-
Packages that use DataFlowSummary Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.model -
-
Uses of DataFlowSummary in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return types with arguments of type DataFlowSummary Modifier and Type Method Description Iterable<DataFlowSummary>
DataIntegrationPaginators. listDataFlowsRecordIterator(ListDataFlowsRequest request)
Creates a new iterable which will iterate over theDataFlowSummary
objects contained in responses from the listDataFlows operation. -
Uses of DataFlowSummary in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return DataFlowSummary Modifier and Type Method Description DataFlowSummary
DataFlowSummary.Builder. build()
Methods in com.oracle.bmc.dataintegration.model that return types with arguments of type DataFlowSummary Modifier and Type Method Description List<DataFlowSummary>
DataFlowSummaryCollection. getItems()
The array of data flow summaries.Methods in com.oracle.bmc.dataintegration.model with parameters of type DataFlowSummary Modifier and Type Method Description DataFlowSummary.Builder
DataFlowSummary.Builder. copy(DataFlowSummary model)
Method parameters in com.oracle.bmc.dataintegration.model with type arguments of type DataFlowSummary Modifier and Type Method Description DataFlowSummaryCollection.Builder
DataFlowSummaryCollection.Builder. items(List<DataFlowSummary> items)
The array of data flow summaries.Constructor parameters in com.oracle.bmc.dataintegration.model with type arguments of type DataFlowSummary Constructor Description DataFlowSummaryCollection(List<DataFlowSummary> items)
Deprecated.
-