Uses of Class
com.tencentcloudapi.cdb.v20170320.models.StopReplicationResponse
-
Packages that use StopReplicationResponse Package Description com.tencentcloudapi.cdb.v20170320 com.tencentcloudapi.cdb.v20170320.models -
-
Uses of StopReplicationResponse in com.tencentcloudapi.cdb.v20170320
Methods in com.tencentcloudapi.cdb.v20170320 that return StopReplicationResponse Modifier and Type Method Description StopReplicationResponseCdbClient. StopReplication(StopReplicationRequest req)停止 RO 复制,中断从主实例同步数据。 -
Uses of StopReplicationResponse in com.tencentcloudapi.cdb.v20170320.models
Constructors in com.tencentcloudapi.cdb.v20170320.models with parameters of type StopReplicationResponse Constructor Description StopReplicationResponse(StopReplicationResponse 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.
-