Uses of Class
com.tencentcloudapi.ckafka.v20190819.models.MySQLModifyConnectParam
-
Packages that use MySQLModifyConnectParam Package Description com.tencentcloudapi.ckafka.v20190819.models -
-
Uses of MySQLModifyConnectParam in com.tencentcloudapi.ckafka.v20190819.models
Methods in com.tencentcloudapi.ckafka.v20190819.models that return MySQLModifyConnectParam Modifier and Type Method Description MySQLModifyConnectParam
ModifyConnectResourceRequest. getMySQLConnectParam()
Get MySQL配置,Type为MYSQL或TDSQL_C_MYSQL时必填Methods in com.tencentcloudapi.ckafka.v20190819.models with parameters of type MySQLModifyConnectParam Modifier and Type Method Description void
ModifyConnectResourceRequest. setMySQLConnectParam(MySQLModifyConnectParam MySQLConnectParam)
Set MySQL配置,Type为MYSQL或TDSQL_C_MYSQL时必填Constructors in com.tencentcloudapi.ckafka.v20190819.models with parameters of type MySQLModifyConnectParam Constructor Description MySQLModifyConnectParam(MySQLModifyConnectParam 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.
-