Uses of Class
com.tencentcloudapi.cdb.v20170320.models.DescribeSlowLogsResponse
-
Packages that use DescribeSlowLogsResponse Package Description com.tencentcloudapi.cdb.v20170320 com.tencentcloudapi.cdb.v20170320.models -
-
Uses of DescribeSlowLogsResponse in com.tencentcloudapi.cdb.v20170320
Methods in com.tencentcloudapi.cdb.v20170320 that return DescribeSlowLogsResponse Modifier and Type Method Description DescribeSlowLogsResponseCdbClient. DescribeSlowLogs(DescribeSlowLogsRequest req)本接口(DescribeSlowLogs)用于获取云数据库实例的慢查询日志。说明:若单次查询数据量过大,则有可能响应超时,建议缩短单次查询时间范围,如一小时,避免导致超时。 -
Uses of DescribeSlowLogsResponse in com.tencentcloudapi.cdb.v20170320.models
Constructors in com.tencentcloudapi.cdb.v20170320.models with parameters of type DescribeSlowLogsResponse Constructor Description DescribeSlowLogsResponse(DescribeSlowLogsResponse 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.
-