Uses of Class
com.tencentcloudapi.cdb.v20170320.models.DeleteTimeWindowRequest
-
Packages that use DeleteTimeWindowRequest Package Description com.tencentcloudapi.cdb.v20170320 com.tencentcloudapi.cdb.v20170320.models -
-
Uses of DeleteTimeWindowRequest in com.tencentcloudapi.cdb.v20170320
Methods in com.tencentcloudapi.cdb.v20170320 with parameters of type DeleteTimeWindowRequest Modifier and Type Method Description DeleteTimeWindowResponseCdbClient. DeleteTimeWindow(DeleteTimeWindowRequest req)本接口(DeleteTimeWindow)用于删除云数据库实例的维护时间窗口。删除实例维护时间窗口之后,默认的维护时间窗为 03:00-04:00,即当选择在维护时间窗口内切换访问新实例时,默认会在 03:00-04:00 点进行切换访问新实例。 -
Uses of DeleteTimeWindowRequest in com.tencentcloudapi.cdb.v20170320.models
Constructors in com.tencentcloudapi.cdb.v20170320.models with parameters of type DeleteTimeWindowRequest Constructor Description DeleteTimeWindowRequest(DeleteTimeWindowRequest 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.
-