Uses of Class
com.tencentcloudapi.mongodb.v20190725.models.DescribeSlowLogsRequest
-
Packages that use DescribeSlowLogsRequest Package Description com.tencentcloudapi.mongodb.v20190725 com.tencentcloudapi.mongodb.v20190725.models -
-
Uses of DescribeSlowLogsRequest in com.tencentcloudapi.mongodb.v20190725
Methods in com.tencentcloudapi.mongodb.v20190725 with parameters of type DescribeSlowLogsRequest Modifier and Type Method Description DescribeSlowLogsResponse
MongodbClient. DescribeSlowLogs(DescribeSlowLogsRequest req)
本接口(DescribeSlowLogs)用于获取云数据库慢日志信息。接口只支持查询最近7天内慢日志。 -
Uses of DescribeSlowLogsRequest in com.tencentcloudapi.mongodb.v20190725.models
Constructors in com.tencentcloudapi.mongodb.v20190725.models with parameters of type DescribeSlowLogsRequest Constructor Description DescribeSlowLogsRequest(DescribeSlowLogsRequest 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.
-