Uses of Class
com.tencentcloudapi.cdb.v20170320.models.ModifyTimeWindowRequest
-
Packages that use ModifyTimeWindowRequest Package Description com.tencentcloudapi.cdb.v20170320 com.tencentcloudapi.cdb.v20170320.models -
-
Uses of ModifyTimeWindowRequest in com.tencentcloudapi.cdb.v20170320
Methods in com.tencentcloudapi.cdb.v20170320 with parameters of type ModifyTimeWindowRequest Modifier and Type Method Description ModifyTimeWindowResponse
CdbClient. ModifyTimeWindow(ModifyTimeWindowRequest req)
本接口(ModifyTimeWindow)用于更新云数据库实例的维护时间窗口。 -
Uses of ModifyTimeWindowRequest in com.tencentcloudapi.cdb.v20170320.models
Constructors in com.tencentcloudapi.cdb.v20170320.models with parameters of type ModifyTimeWindowRequest Constructor Description ModifyTimeWindowRequest(ModifyTimeWindowRequest 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.
-