Uses of Class
com.oracle.bmc.databasemigration.model.MigrationObjectCollection
-
Packages that use MigrationObjectCollection Package Description com.oracle.bmc.databasemigration.model com.oracle.bmc.databasemigration.requests com.oracle.bmc.databasemigration.responses -
-
Uses of MigrationObjectCollection in com.oracle.bmc.databasemigration.model
Subclasses of MigrationObjectCollection in com.oracle.bmc.databasemigration.model Modifier and Type Class Description class
MySqlMigrationObjectCollection
Lists the database objects that participate in this migration.class
OracleMigrationObjectCollection
Database objects to migrate. -
Uses of MigrationObjectCollection in com.oracle.bmc.databasemigration.requests
Methods in com.oracle.bmc.databasemigration.requests that return MigrationObjectCollection Modifier and Type Method Description MigrationObjectCollection
AddMigrationObjectsRequest. getAddMigrationObjectsDetails()
Arrays of object.MigrationObjectCollection
AddMigrationObjectsRequest. getBody$()
Alternative accessor for the body parameter.MigrationObjectCollection
RemoveMigrationObjectsRequest. getBody$()
Alternative accessor for the body parameter.MigrationObjectCollection
RemoveMigrationObjectsRequest. getRemoveMigrationObjectsDetails()
Arrays of object.Methods in com.oracle.bmc.databasemigration.requests with parameters of type MigrationObjectCollection Modifier and Type Method Description AddMigrationObjectsRequest.Builder
AddMigrationObjectsRequest.Builder. addMigrationObjectsDetails(MigrationObjectCollection addMigrationObjectsDetails)
Arrays of object.AddMigrationObjectsRequest.Builder
AddMigrationObjectsRequest.Builder. body$(MigrationObjectCollection body)
Alternative setter for the body parameter.RemoveMigrationObjectsRequest.Builder
RemoveMigrationObjectsRequest.Builder. body$(MigrationObjectCollection body)
Alternative setter for the body parameter.RemoveMigrationObjectsRequest.Builder
RemoveMigrationObjectsRequest.Builder. removeMigrationObjectsDetails(MigrationObjectCollection removeMigrationObjectsDetails)
Arrays of object. -
Uses of MigrationObjectCollection in com.oracle.bmc.databasemigration.responses
Methods in com.oracle.bmc.databasemigration.responses that return MigrationObjectCollection Modifier and Type Method Description MigrationObjectCollection
ListMigrationObjectsResponse. getMigrationObjectCollection()
The returned MigrationObjectCollection instance.Methods in com.oracle.bmc.databasemigration.responses with parameters of type MigrationObjectCollection Modifier and Type Method Description ListMigrationObjectsResponse.Builder
ListMigrationObjectsResponse.Builder. migrationObjectCollection(MigrationObjectCollection migrationObjectCollection)
The returned MigrationObjectCollection instance.
-