Uses of Class
com.oracle.bmc.disasterrecovery.model.MySqlDbSystemReplicationUserDetails
-
Packages that use MySqlDbSystemReplicationUserDetails Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of MySqlDbSystemReplicationUserDetails in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return MySqlDbSystemReplicationUserDetails Modifier and Type Method Description MySqlDbSystemReplicationUserDetails
MySqlDbSystemReplicationUserDetails.Builder. build()
MySqlDbSystemReplicationUserDetails
DrProtectionGroupMemberMySqlDbSystem. getDbSystemReplicationUserDetails()
Methods in com.oracle.bmc.disasterrecovery.model with parameters of type MySqlDbSystemReplicationUserDetails Modifier and Type Method Description MySqlDbSystemReplicationUserDetails.Builder
MySqlDbSystemReplicationUserDetails.Builder. copy(MySqlDbSystemReplicationUserDetails model)
DrProtectionGroupMemberMySqlDbSystem.Builder
DrProtectionGroupMemberMySqlDbSystem.Builder. dbSystemReplicationUserDetails(MySqlDbSystemReplicationUserDetails dbSystemReplicationUserDetails)
Constructors in com.oracle.bmc.disasterrecovery.model with parameters of type MySqlDbSystemReplicationUserDetails Constructor Description DrProtectionGroupMemberMySqlDbSystem(String memberId, String peerDbSystemId, Integer gtidReconciliationTimeout, Boolean isContinueOnGtidReconciliationTimeout, MySqlDbSystemAdminUserDetails dbSystemAdminUserDetails, MySqlDbSystemReplicationUserDetails dbSystemReplicationUserDetails)
Deprecated.
-