Uses of Class
com.tencentcloudapi.mongodb.v20180408.models.DescribeClientConnectionsResponse
-
Packages that use DescribeClientConnectionsResponse Package Description com.tencentcloudapi.mongodb.v20180408 com.tencentcloudapi.mongodb.v20180408.models -
-
Uses of DescribeClientConnectionsResponse in com.tencentcloudapi.mongodb.v20180408
Methods in com.tencentcloudapi.mongodb.v20180408 that return DescribeClientConnectionsResponse Modifier and Type Method Description DescribeClientConnectionsResponse
MongodbClient. DescribeClientConnections(DescribeClientConnectionsRequest req)
本接口(DescribeClientConnections)用于查询实例客户端连接信息,包括连接IP和连接数量。目前只支持3.2版本的MongoDB实例。 -
Uses of DescribeClientConnectionsResponse in com.tencentcloudapi.mongodb.v20180408.models
Constructors in com.tencentcloudapi.mongodb.v20180408.models with parameters of type DescribeClientConnectionsResponse Constructor Description DescribeClientConnectionsResponse(DescribeClientConnectionsResponse 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.
-