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