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.dataintegration
Methods 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 theDependentObjectSummary
objects contained in responses from the listDependentObjects operation. -
Uses of DependentObjectSummary in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return DependentObjectSummary Modifier and Type Method Description DependentObjectSummary
DependentObjectSummary.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.Builder
DependentObjectSummary.Builder. copy(DependentObjectSummary model)
Method parameters in com.oracle.bmc.dataintegration.model with type arguments of type DependentObjectSummary Modifier and Type Method Description DependentObjectSummaryCollection.Builder
DependentObjectSummaryCollection.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.
-