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.databasemigration
Methods 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 theExcludedObjectSummary
objects contained in responses from the listExcludedObjects operation. -
Uses of ExcludedObjectSummary in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return ExcludedObjectSummary Modifier and Type Method Description ExcludedObjectSummary
ExcludedObjectSummary.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.Builder
ExcludedObjectSummary.Builder. copy(ExcludedObjectSummary model)
Method parameters in com.oracle.bmc.databasemigration.model with type arguments of type ExcludedObjectSummary Modifier and Type Method Description ExcludedObjectSummaryCollection.Builder
ExcludedObjectSummaryCollection.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.
-