Uses of Class
com.oracle.bmc.databasemigration.model.ExcludedObjectSummary
- 
Packages that use ExcludedObjectSummary Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.model 
- 
- 
Uses of ExcludedObjectSummary in com.oracle.bmc.databasemigrationMethods in com.oracle.bmc.databasemigration that return types with arguments of type ExcludedObjectSummary Modifier and Type Method Description Iterable<ExcludedObjectSummary>DatabaseMigrationPaginators. listExcludedObjectsRecordIterator(ListExcludedObjectsRequest request)Creates a new iterable which will iterate over theExcludedObjectSummaryobjects contained in responses from the listExcludedObjects operation.
- 
Uses of ExcludedObjectSummary in com.oracle.bmc.databasemigration.modelMethods in com.oracle.bmc.databasemigration.model that return ExcludedObjectSummary Modifier and Type Method Description ExcludedObjectSummaryExcludedObjectSummary.Builder. build()Methods in com.oracle.bmc.databasemigration.model that return types with arguments of type ExcludedObjectSummary Modifier and Type Method Description List<ExcludedObjectSummary>ExcludedObjectSummaryCollection. getItems()Items in collection.Methods in com.oracle.bmc.databasemigration.model with parameters of type ExcludedObjectSummary Modifier and Type Method Description ExcludedObjectSummary.BuilderExcludedObjectSummary.Builder. copy(ExcludedObjectSummary model)Method parameters in com.oracle.bmc.databasemigration.model with type arguments of type ExcludedObjectSummary Modifier and Type Method Description ExcludedObjectSummaryCollection.BuilderExcludedObjectSummaryCollection.Builder. items(List<ExcludedObjectSummary> items)Items in collection.Constructor parameters in com.oracle.bmc.databasemigration.model with type arguments of type ExcludedObjectSummary Constructor Description ExcludedObjectSummaryCollection(List<ExcludedObjectSummary> items)Deprecated.
 
-