Uses of Class
com.tencentcloudapi.keewidb.v20220308.models.ModifyConnectionConfigResponse
-
Packages that use ModifyConnectionConfigResponse Package Description com.tencentcloudapi.keewidb.v20220308 com.tencentcloudapi.keewidb.v20220308.models -
-
Uses of ModifyConnectionConfigResponse in com.tencentcloudapi.keewidb.v20220308
Methods in com.tencentcloudapi.keewidb.v20220308 that return ModifyConnectionConfigResponse Modifier and Type Method Description ModifyConnectionConfigResponse
KeewidbClient. ModifyConnectionConfig(ModifyConnectionConfigRequest req)
本接口(ModifyConnectionConfig)用于修改实例的连接配置,包括带宽和最大连接数。 -
Uses of ModifyConnectionConfigResponse in com.tencentcloudapi.keewidb.v20220308.models
Constructors in com.tencentcloudapi.keewidb.v20220308.models with parameters of type ModifyConnectionConfigResponse Constructor Description ModifyConnectionConfigResponse(ModifyConnectionConfigResponse 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.
-