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