Uses of Class
com.tencentcloudapi.cls.v20201016.models.DescribeLogHistogramRequest
-
Packages that use DescribeLogHistogramRequest Package Description com.tencentcloudapi.cls.v20201016 com.tencentcloudapi.cls.v20201016.models -
-
Uses of DescribeLogHistogramRequest in com.tencentcloudapi.cls.v20201016
Methods in com.tencentcloudapi.cls.v20201016 with parameters of type DescribeLogHistogramRequest Modifier and Type Method Description DescribeLogHistogramResponseClsClient. DescribeLogHistogram(DescribeLogHistogramRequest req)本接口用于构建日志数量直方图 -
Uses of DescribeLogHistogramRequest in com.tencentcloudapi.cls.v20201016.models
Constructors in com.tencentcloudapi.cls.v20201016.models with parameters of type DescribeLogHistogramRequest Constructor Description DescribeLogHistogramRequest(DescribeLogHistogramRequest 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.
-