Uses of Class
com.tencentcloudapi.ckafka.v20190819.models.PostgreSQLConnectParam
-
Packages that use PostgreSQLConnectParam Package Description com.tencentcloudapi.ckafka.v20190819.models -
-
Uses of PostgreSQLConnectParam in com.tencentcloudapi.ckafka.v20190819.models
Methods in com.tencentcloudapi.ckafka.v20190819.models that return PostgreSQLConnectParam Modifier and Type Method Description PostgreSQLConnectParamCreateConnectResourceRequest. getPostgreSQLConnectParam()Get PostgreSQL配置,Type为POSTGRESQL或TDSQL_C_POSTGRESQL时必填PostgreSQLConnectParamDescribeConnectResource. getPostgreSQLConnectParam()Get PostgreSQL配置,Type为POSTGRESQL或TDSQL_C_POSTGRESQL时返回 注意:此字段可能返回 null,表示取不到有效值。PostgreSQLConnectParamDescribeConnectResourceResp. getPostgreSQLConnectParam()Get PostgreSQL配置,Type为POSTGRESQL或TDSQL_C_POSTGRESQL时返回 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ckafka.v20190819.models with parameters of type PostgreSQLConnectParam Modifier and Type Method Description voidCreateConnectResourceRequest. setPostgreSQLConnectParam(PostgreSQLConnectParam PostgreSQLConnectParam)Set PostgreSQL配置,Type为POSTGRESQL或TDSQL_C_POSTGRESQL时必填voidDescribeConnectResource. setPostgreSQLConnectParam(PostgreSQLConnectParam PostgreSQLConnectParam)Set PostgreSQL配置,Type为POSTGRESQL或TDSQL_C_POSTGRESQL时返回 注意:此字段可能返回 null,表示取不到有效值。voidDescribeConnectResourceResp. setPostgreSQLConnectParam(PostgreSQLConnectParam PostgreSQLConnectParam)Set PostgreSQL配置,Type为POSTGRESQL或TDSQL_C_POSTGRESQL时返回 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ckafka.v20190819.models with parameters of type PostgreSQLConnectParam Constructor Description PostgreSQLConnectParam(PostgreSQLConnectParam 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.
-