Uses of Class
com.tencentcloudapi.postgres.v20170312.models.DescribeSlowQueryListRequest
-
Packages that use DescribeSlowQueryListRequest Package Description com.tencentcloudapi.postgres.v20170312 com.tencentcloudapi.postgres.v20170312.models -
-
Uses of DescribeSlowQueryListRequest in com.tencentcloudapi.postgres.v20170312
Methods in com.tencentcloudapi.postgres.v20170312 with parameters of type DescribeSlowQueryListRequest Modifier and Type Method Description DescribeSlowQueryListResponse
PostgresClient. DescribeSlowQueryList(DescribeSlowQueryListRequest req)
此接口(DescribeSlowQueryList)用于查询指定时间范围内的所有慢查询。 -
Uses of DescribeSlowQueryListRequest in com.tencentcloudapi.postgres.v20170312.models
Constructors in com.tencentcloudapi.postgres.v20170312.models with parameters of type DescribeSlowQueryListRequest Constructor Description DescribeSlowQueryListRequest(DescribeSlowQueryListRequest 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.
-