Uses of Class
com.tencentcloudapi.redis.v20180412.models.ModifyMaintenanceWindowRequest
-
Packages that use ModifyMaintenanceWindowRequest Package Description com.tencentcloudapi.redis.v20180412 com.tencentcloudapi.redis.v20180412.models -
-
Uses of ModifyMaintenanceWindowRequest in com.tencentcloudapi.redis.v20180412
Methods in com.tencentcloudapi.redis.v20180412 with parameters of type ModifyMaintenanceWindowRequest Modifier and Type Method Description ModifyMaintenanceWindowResponse
RedisClient. ModifyMaintenanceWindow(ModifyMaintenanceWindowRequest req)
修改实例维护时间窗时间,需要进行版本升级或者架构升级的实例,会在维护时间窗内进行时间切换。注意:已经发起版本升级或者架构升级的实例,无法修改维护时间窗。 -
Uses of ModifyMaintenanceWindowRequest in com.tencentcloudapi.redis.v20180412.models
Constructors in com.tencentcloudapi.redis.v20180412.models with parameters of type ModifyMaintenanceWindowRequest Constructor Description ModifyMaintenanceWindowRequest(ModifyMaintenanceWindowRequest 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.
-