Uses of Class
com.tencentcloudapi.ckafka.v20190819.models.SQLServerModifyConnectParam
-
Packages that use SQLServerModifyConnectParam Package Description com.tencentcloudapi.ckafka.v20190819.models -
-
Uses of SQLServerModifyConnectParam in com.tencentcloudapi.ckafka.v20190819.models
Methods in com.tencentcloudapi.ckafka.v20190819.models that return SQLServerModifyConnectParam Modifier and Type Method Description SQLServerModifyConnectParamModifyConnectResourceRequest. getSQLServerConnectParam()Get SQLServer配置,Type为SQLSERVER时必填Methods in com.tencentcloudapi.ckafka.v20190819.models with parameters of type SQLServerModifyConnectParam Modifier and Type Method Description voidModifyConnectResourceRequest. setSQLServerConnectParam(SQLServerModifyConnectParam SQLServerConnectParam)Set SQLServer配置,Type为SQLSERVER时必填Constructors in com.tencentcloudapi.ckafka.v20190819.models with parameters of type SQLServerModifyConnectParam Constructor Description SQLServerModifyConnectParam(SQLServerModifyConnectParam 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.
-