Uses of Class
com.tencentcloudapi.cdb.v20170320.models.DatabasesWithCharacterLists
-
Packages that use DatabasesWithCharacterLists Package Description com.tencentcloudapi.cdb.v20170320.models -
-
Uses of DatabasesWithCharacterLists in com.tencentcloudapi.cdb.v20170320.models
Methods in com.tencentcloudapi.cdb.v20170320.models that return DatabasesWithCharacterLists Modifier and Type Method Description DatabasesWithCharacterLists[]DescribeDatabasesResponse. getDatabaseList()Get 数据库名以及字符集Methods in com.tencentcloudapi.cdb.v20170320.models with parameters of type DatabasesWithCharacterLists Modifier and Type Method Description voidDescribeDatabasesResponse. setDatabaseList(DatabasesWithCharacterLists[] DatabaseList)Set 数据库名以及字符集Constructors in com.tencentcloudapi.cdb.v20170320.models with parameters of type DatabasesWithCharacterLists Constructor Description DatabasesWithCharacterLists(DatabasesWithCharacterLists 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.
-