Uses of Class
com.oracle.bmc.databasemigration.model.MySqlDatabaseObject
-
Packages that use MySqlDatabaseObject Package Description com.oracle.bmc.databasemigration.model -
-
Uses of MySqlDatabaseObject in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return MySqlDatabaseObject Modifier and Type Method Description MySqlDatabaseObject
MySqlDatabaseObject.Builder. build()
Methods in com.oracle.bmc.databasemigration.model that return types with arguments of type MySqlDatabaseObject Modifier and Type Method Description List<MySqlDatabaseObject>
CreateMySqlMigrationDetails. getExcludeObjects()
Database objects to exclude from migration, cannot be specified alongside ‘includeObjects’List<MySqlDatabaseObject>
CreateMySqlMigrationDetails. getIncludeObjects()
Database objects to include from migration, cannot be specified alongside ‘excludeObjects’Methods in com.oracle.bmc.databasemigration.model with parameters of type MySqlDatabaseObject Modifier and Type Method Description MySqlDatabaseObject.Builder
MySqlDatabaseObject.Builder. copy(MySqlDatabaseObject model)
Method parameters in com.oracle.bmc.databasemigration.model with type arguments of type MySqlDatabaseObject Modifier and Type Method Description CreateMySqlMigrationDetails.Builder
CreateMySqlMigrationDetails.Builder. excludeObjects(List<MySqlDatabaseObject> excludeObjects)
Database objects to exclude from migration, cannot be specified alongside ‘includeObjects’CreateMySqlMigrationDetails.Builder
CreateMySqlMigrationDetails.Builder. includeObjects(List<MySqlDatabaseObject> includeObjects)
Database objects to include from migration, cannot be specified alongside ‘excludeObjects’Constructor parameters in com.oracle.bmc.databasemigration.model with type arguments of type MySqlDatabaseObject Constructor Description CreateMySqlMigrationDetails(String description, String compartmentId, MigrationTypes type, String displayName, String sourceDatabaseConnectionId, String targetDatabaseConnectionId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, CreateMySqlDataTransferMediumDetails dataTransferMediumDetails, CreateMySqlInitialLoadSettings initialLoadSettings, CreateMySqlAdvisorSettings advisorSettings, List<MySqlDatabaseObject> excludeObjects, List<MySqlDatabaseObject> includeObjects, String bulkIncludeExcludeData, CreateGoldenGateHubDetails hubDetails, CreateMySqlGgsDeploymentDetails ggsDetails)
Deprecated.
-