Uses of Class
com.oracle.bmc.databasemigration.model.ExcludedObjectSummaryCollection
-
Packages that use ExcludedObjectSummaryCollection Package Description com.oracle.bmc.databasemigration.model com.oracle.bmc.databasemigration.responses -
-
Uses of ExcludedObjectSummaryCollection in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return ExcludedObjectSummaryCollection Modifier and Type Method Description ExcludedObjectSummaryCollection
ExcludedObjectSummaryCollection.Builder. build()
Methods in com.oracle.bmc.databasemigration.model with parameters of type ExcludedObjectSummaryCollection Modifier and Type Method Description ExcludedObjectSummaryCollection.Builder
ExcludedObjectSummaryCollection.Builder. copy(ExcludedObjectSummaryCollection model)
-
Uses of ExcludedObjectSummaryCollection in com.oracle.bmc.databasemigration.responses
Methods in com.oracle.bmc.databasemigration.responses that return ExcludedObjectSummaryCollection Modifier and Type Method Description ExcludedObjectSummaryCollection
ListExcludedObjectsResponse. getExcludedObjectSummaryCollection()
The returned ExcludedObjectSummaryCollection instance.Methods in com.oracle.bmc.databasemigration.responses with parameters of type ExcludedObjectSummaryCollection Modifier and Type Method Description ListExcludedObjectsResponse.Builder
ListExcludedObjectsResponse.Builder. excludedObjectSummaryCollection(ExcludedObjectSummaryCollection excludedObjectSummaryCollection)
The returned ExcludedObjectSummaryCollection instance.
-