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 MySqlDatabaseObjectMySqlDatabaseObject.Builder. build()Methods in com.oracle.bmc.databasemigration.model that return types with arguments of type MySqlDatabaseObject Modifier and Type Method Description List<MySqlDatabaseObject>CreateMySqlAssessmentDetails. getExcludeObjects()Database objects to exclude from migration, cannot be specified alongside ‘includeObjects’List<MySqlDatabaseObject>CreateMySqlMigrationDetails. getExcludeObjects()Database objects to exclude from migration, cannot be specified alongside ‘includeObjects’List<MySqlDatabaseObject>CreateMySqlAssessmentDetails. getIncludeObjects()Database objects to include from migration, cannot be specified alongside ‘excludeObjects’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.BuilderMySqlDatabaseObject.Builder. copy(MySqlDatabaseObject model)Method parameters in com.oracle.bmc.databasemigration.model with type arguments of type MySqlDatabaseObject Modifier and Type Method Description CreateMySqlAssessmentDetails.BuilderCreateMySqlAssessmentDetails.Builder. excludeObjects(List<MySqlDatabaseObject> excludeObjects)Database objects to exclude from migration, cannot be specified alongside ‘includeObjects’CreateMySqlMigrationDetails.BuilderCreateMySqlMigrationDetails.Builder. excludeObjects(List<MySqlDatabaseObject> excludeObjects)Database objects to exclude from migration, cannot be specified alongside ‘includeObjects’CreateMySqlAssessmentDetails.BuilderCreateMySqlAssessmentDetails.Builder. includeObjects(List<MySqlDatabaseObject> includeObjects)Database objects to include from migration, cannot be specified alongside ‘excludeObjects’CreateMySqlMigrationDetails.BuilderCreateMySqlMigrationDetails.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 CreateMySqlAssessmentDetails(String description, String compartmentId, String displayName, NetworkSpeedMegabitPerSecond networkSpeedMegabitPerSecond, AcceptableDowntime acceptableDowntime, DatabaseDataSize databaseDataSize, DdlExpectation ddlExpectation, CreationType creationType, SourceAssessmentConnection sourceDatabaseConnection, TargetAssessmentConnection targetDatabaseConnection, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<MySqlDatabaseObject> excludeObjects, List<MySqlDatabaseObject> includeObjects, String bulkIncludeExcludeData)Deprecated.CreateMySqlMigrationDetails(String description, String compartmentId, MigrationTypes type, String displayName, String sourceDatabaseConnectionId, String targetDatabaseConnectionId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String assessmentId, CreateMySqlDataTransferMediumDetails dataTransferMediumDetails, CreateMySqlInitialLoadSettings initialLoadSettings, CreateMySqlAdvisorSettings advisorSettings, List<MySqlDatabaseObject> excludeObjects, List<MySqlDatabaseObject> includeObjects, String bulkIncludeExcludeData, CreateGoldenGateHubDetails hubDetails, CreateMySqlGgsDeploymentDetails ggsDetails)Deprecated.
-