Uses of Class
com.oracle.bmc.dataintegration.model.DataFlowSummaryCollection
-
Packages that use DataFlowSummaryCollection Package Description com.oracle.bmc.dataintegration.model com.oracle.bmc.dataintegration.responses -
-
Uses of DataFlowSummaryCollection in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return DataFlowSummaryCollection Modifier and Type Method Description DataFlowSummaryCollection
DataFlowSummaryCollection.Builder. build()
Methods in com.oracle.bmc.dataintegration.model with parameters of type DataFlowSummaryCollection Modifier and Type Method Description DataFlowSummaryCollection.Builder
DataFlowSummaryCollection.Builder. copy(DataFlowSummaryCollection model)
-
Uses of DataFlowSummaryCollection in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return DataFlowSummaryCollection Modifier and Type Method Description DataFlowSummaryCollection
ListDataFlowsResponse. getDataFlowSummaryCollection()
The returned DataFlowSummaryCollection instance.Methods in com.oracle.bmc.dataintegration.responses with parameters of type DataFlowSummaryCollection Modifier and Type Method Description ListDataFlowsResponse.Builder
ListDataFlowsResponse.Builder. dataFlowSummaryCollection(DataFlowSummaryCollection dataFlowSummaryCollection)
The returned DataFlowSummaryCollection instance.
-