Uses of Class
com.tencentcloudapi.mariadb.v20170312.models.ModifySyncTaskAttributeResponse
-
Packages that use ModifySyncTaskAttributeResponse Package Description com.tencentcloudapi.mariadb.v20170312 com.tencentcloudapi.mariadb.v20170312.models -
-
Uses of ModifySyncTaskAttributeResponse in com.tencentcloudapi.mariadb.v20170312
Methods in com.tencentcloudapi.mariadb.v20170312 that return ModifySyncTaskAttributeResponse Modifier and Type Method Description ModifySyncTaskAttributeResponse
MariadbClient. ModifySyncTaskAttribute(ModifySyncTaskAttributeRequest req)
本接口 (ModifySyncTaskAttribute) 用于修改同步任务的属性(目前只支持修改任务名称) -
Uses of ModifySyncTaskAttributeResponse in com.tencentcloudapi.mariadb.v20170312.models
Constructors in com.tencentcloudapi.mariadb.v20170312.models with parameters of type ModifySyncTaskAttributeResponse Constructor Description ModifySyncTaskAttributeResponse(ModifySyncTaskAttributeResponse 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.
-