Uses of Class
com.oracle.bmc.dataintegration.model.DependentObjectSummary
- 
Packages that use DependentObjectSummary Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.model 
- 
- 
Uses of DependentObjectSummary in com.oracle.bmc.dataintegrationMethods in com.oracle.bmc.dataintegration that return types with arguments of type DependentObjectSummary Modifier and Type Method Description Iterable<DependentObjectSummary>DataIntegrationPaginators. listDependentObjectsRecordIterator(ListDependentObjectsRequest request)Creates a new iterable which will iterate over theDependentObjectSummaryobjects contained in responses from the listDependentObjects operation.
- 
Uses of DependentObjectSummary in com.oracle.bmc.dataintegration.modelMethods in com.oracle.bmc.dataintegration.model that return DependentObjectSummary Modifier and Type Method Description DependentObjectSummaryDependentObjectSummary.Builder. build()Methods in com.oracle.bmc.dataintegration.model that return types with arguments of type DependentObjectSummary Modifier and Type Method Description List<DependentObjectSummary>DependentObjectSummaryCollection. getItems()An array of dependent object summaries.Methods in com.oracle.bmc.dataintegration.model with parameters of type DependentObjectSummary Modifier and Type Method Description DependentObjectSummary.BuilderDependentObjectSummary.Builder. copy(DependentObjectSummary model)Method parameters in com.oracle.bmc.dataintegration.model with type arguments of type DependentObjectSummary Modifier and Type Method Description DependentObjectSummaryCollection.BuilderDependentObjectSummaryCollection.Builder. items(List<DependentObjectSummary> items)An array of dependent object summaries.Constructor parameters in com.oracle.bmc.dataintegration.model with type arguments of type DependentObjectSummary Constructor Description DependentObjectSummaryCollection(List<DependentObjectSummary> items)Deprecated.
 
-