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