Uses of Class
com.tencentcloudapi.postgres.v20170312.models.DescribeDBSlowlogsResponse
-
Packages that use DescribeDBSlowlogsResponse Package Description com.tencentcloudapi.postgres.v20170312 com.tencentcloudapi.postgres.v20170312.models -
-
Uses of DescribeDBSlowlogsResponse in com.tencentcloudapi.postgres.v20170312
Methods in com.tencentcloudapi.postgres.v20170312 that return DescribeDBSlowlogsResponse Modifier and Type Method Description DescribeDBSlowlogsResponse
PostgresClient. DescribeDBSlowlogs(DescribeDBSlowlogsRequest req)
本接口(DescribeDBSlowlogs)用于获取慢查询日志。本接口已于2021.09.01日废弃,后续此接口将不再返回任何数据,推荐使用接口[DescribeSlowQueryList](https://cloud.tencent.com/document/api/409/60540)替代。 -
Uses of DescribeDBSlowlogsResponse in com.tencentcloudapi.postgres.v20170312.models
Constructors in com.tencentcloudapi.postgres.v20170312.models with parameters of type DescribeDBSlowlogsResponse Constructor Description DescribeDBSlowlogsResponse(DescribeDBSlowlogsResponse 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.
-