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