Uses of Class
com.tencentcloudapi.cdb.v20170320.models.DBSwitchInfo
-
Packages that use DBSwitchInfo Package Description com.tencentcloudapi.cdb.v20170320.models -
-
Uses of DBSwitchInfo in com.tencentcloudapi.cdb.v20170320.models
Methods in com.tencentcloudapi.cdb.v20170320.models that return DBSwitchInfo Modifier and Type Method Description DBSwitchInfo[]DescribeDBSwitchRecordsResponse. getItems()Get 实例切换记录详情。Methods in com.tencentcloudapi.cdb.v20170320.models with parameters of type DBSwitchInfo Modifier and Type Method Description voidDescribeDBSwitchRecordsResponse. setItems(DBSwitchInfo[] Items)Set 实例切换记录详情。Constructors in com.tencentcloudapi.cdb.v20170320.models with parameters of type DBSwitchInfo Constructor Description DBSwitchInfo(DBSwitchInfo 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.
-