Uses of Class
com.tencentcloudapi.cdb.v20170320.models.StartReplicationRequest
-
Packages that use StartReplicationRequest Package Description com.tencentcloudapi.cdb.v20170320 com.tencentcloudapi.cdb.v20170320.models -
-
Uses of StartReplicationRequest in com.tencentcloudapi.cdb.v20170320
Methods in com.tencentcloudapi.cdb.v20170320 with parameters of type StartReplicationRequest Modifier and Type Method Description StartReplicationResponseCdbClient. StartReplication(StartReplicationRequest req)开启 RO 复制,从主实例同步数据。 -
Uses of StartReplicationRequest in com.tencentcloudapi.cdb.v20170320.models
Constructors in com.tencentcloudapi.cdb.v20170320.models with parameters of type StartReplicationRequest Constructor Description StartReplicationRequest(StartReplicationRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-