Uses of Class
com.tencentcloudapi.cdn.v20180606.models.DisableClsLogTopicRequest
-
Packages that use DisableClsLogTopicRequest Package Description com.tencentcloudapi.cdn.v20180606 com.tencentcloudapi.cdn.v20180606.models -
-
Uses of DisableClsLogTopicRequest in com.tencentcloudapi.cdn.v20180606
Methods in com.tencentcloudapi.cdn.v20180606 with parameters of type DisableClsLogTopicRequest Modifier and Type Method Description DisableClsLogTopicResponseCdnClient. DisableClsLogTopic(DisableClsLogTopicRequest req)DisableClsLogTopic 用于停止日志主题投递。注意:停止后,所有绑定该日志主题域名的日志将不再继续投递至该主题,已经投递的日志将会继续保留。生效时间约为 5~15 分钟。 -
Uses of DisableClsLogTopicRequest in com.tencentcloudapi.cdn.v20180606.models
Constructors in com.tencentcloudapi.cdn.v20180606.models with parameters of type DisableClsLogTopicRequest Constructor Description DisableClsLogTopicRequest(DisableClsLogTopicRequest 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.
-