Uses of Class
com.oracle.bmc.databasemigration.model.MigrationSummary
-
Packages that use MigrationSummary Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.model -
-
Uses of MigrationSummary in com.oracle.bmc.databasemigration
Methods in com.oracle.bmc.databasemigration that return types with arguments of type MigrationSummary Modifier and Type Method Description Iterable<MigrationSummary>
DatabaseMigrationPaginators. listMigrationsRecordIterator(ListMigrationsRequest request)
Creates a new iterable which will iterate over theMigrationSummary
objects contained in responses from the listMigrations operation. -
Uses of MigrationSummary in com.oracle.bmc.databasemigration.model
Subclasses of MigrationSummary in com.oracle.bmc.databasemigration.model Modifier and Type Class Description class
MySqlMigrationSummary
MySQL Migration Summary
Note: Objects should always be created or deserialized using theMySqlMigrationSummary.Builder
.class
OracleMigrationSummary
Oracle Migration Summary
Note: Objects should always be created or deserialized using theOracleMigrationSummary.Builder
.Methods in com.oracle.bmc.databasemigration.model that return types with arguments of type MigrationSummary Modifier and Type Method Description List<MigrationSummary>
MigrationCollection. getItems()
Items in collection.Method parameters in com.oracle.bmc.databasemigration.model with type arguments of type MigrationSummary Modifier and Type Method Description MigrationCollection.Builder
MigrationCollection.Builder. items(List<MigrationSummary> items)
Items in collection.Constructor parameters in com.oracle.bmc.databasemigration.model with type arguments of type MigrationSummary Constructor Description MigrationCollection(List<MigrationSummary> items)
Deprecated.
-