Uses of Class
com.tencentcloudapi.clb.v20180317.models.CreateTopicRequest
-
Packages that use CreateTopicRequest Package Description com.tencentcloudapi.clb.v20180317 com.tencentcloudapi.clb.v20180317.models -
-
Uses of CreateTopicRequest in com.tencentcloudapi.clb.v20180317
Methods in com.tencentcloudapi.clb.v20180317 with parameters of type CreateTopicRequest Modifier and Type Method Description CreateTopicResponse
ClbClient. CreateTopic(CreateTopicRequest req)
创建主题,默认开启全文索引和键值索引。如果不存在CLB专有日志集,则创建失败。 -
Uses of CreateTopicRequest in com.tencentcloudapi.clb.v20180317.models
Constructors in com.tencentcloudapi.clb.v20180317.models with parameters of type CreateTopicRequest Constructor Description CreateTopicRequest(CreateTopicRequest 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.
-