Uses of Class
com.tencentcloudapi.dcdb.v20180411.models.ModifyAccountConfigRequest
-
Packages that use ModifyAccountConfigRequest Package Description com.tencentcloudapi.dcdb.v20180411 com.tencentcloudapi.dcdb.v20180411.models -
-
Uses of ModifyAccountConfigRequest in com.tencentcloudapi.dcdb.v20180411
Methods in com.tencentcloudapi.dcdb.v20180411 with parameters of type ModifyAccountConfigRequest Modifier and Type Method Description ModifyAccountConfigResponse
DcdbClient. ModifyAccountConfig(ModifyAccountConfigRequest req)
修改账号的一些配置,比如 max_user_connections -
Uses of ModifyAccountConfigRequest in com.tencentcloudapi.dcdb.v20180411.models
Constructors in com.tencentcloudapi.dcdb.v20180411.models with parameters of type ModifyAccountConfigRequest Constructor Description ModifyAccountConfigRequest(ModifyAccountConfigRequest 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.
-