Uses of Class
com.tencentcloudapi.postgres.v20170312.models.DescribeDBSlowlogsRequest
-
Packages that use DescribeDBSlowlogsRequest Package Description com.tencentcloudapi.postgres.v20170312 com.tencentcloudapi.postgres.v20170312.models -
-
Uses of DescribeDBSlowlogsRequest in com.tencentcloudapi.postgres.v20170312
Methods in com.tencentcloudapi.postgres.v20170312 with parameters of type DescribeDBSlowlogsRequest 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 DescribeDBSlowlogsRequest in com.tencentcloudapi.postgres.v20170312.models
Constructors in com.tencentcloudapi.postgres.v20170312.models with parameters of type DescribeDBSlowlogsRequest Constructor Description DescribeDBSlowlogsRequest(DescribeDBSlowlogsRequest 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.
-