Uses of Class
com.oracle.bmc.databasemigration.model.UpdateMySqlGgsDeploymentDetails
-
Packages that use UpdateMySqlGgsDeploymentDetails Package Description com.oracle.bmc.databasemigration.model -
-
Uses of UpdateMySqlGgsDeploymentDetails in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return UpdateMySqlGgsDeploymentDetails Modifier and Type Method Description UpdateMySqlGgsDeploymentDetails
UpdateMySqlGgsDeploymentDetails.Builder. build()
UpdateMySqlGgsDeploymentDetails
UpdateMySqlMigrationDetails. getGgsDetails()
Methods in com.oracle.bmc.databasemigration.model with parameters of type UpdateMySqlGgsDeploymentDetails Modifier and Type Method Description UpdateMySqlGgsDeploymentDetails.Builder
UpdateMySqlGgsDeploymentDetails.Builder. copy(UpdateMySqlGgsDeploymentDetails model)
UpdateMySqlMigrationDetails.Builder
UpdateMySqlMigrationDetails.Builder. ggsDetails(UpdateMySqlGgsDeploymentDetails ggsDetails)
Constructors in com.oracle.bmc.databasemigration.model with parameters of type UpdateMySqlGgsDeploymentDetails Constructor Description UpdateMySqlMigrationDetails(String description, MigrationTypes type, String displayName, String sourceDatabaseConnectionId, String targetDatabaseConnectionId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, UpdateMySqlDataTransferMediumDetails dataTransferMediumDetails, UpdateMySqlInitialLoadSettings initialLoadSettings, UpdateMySqlAdvisorSettings advisorSettings, UpdateGoldenGateHubDetails hubDetails, UpdateMySqlGgsDeploymentDetails ggsDetails)
Deprecated.
-