Uses of Class
com.tencentcloudapi.dlc.v20210125.models.DMSSds
-
Packages that use DMSSds Package Description com.tencentcloudapi.dlc.v20210125.models -
-
Uses of DMSSds in com.tencentcloudapi.dlc.v20210125.models
Methods in com.tencentcloudapi.dlc.v20210125.models that return DMSSds Modifier and Type Method Description DMSSdsAlterDMSTableRequest. getSds()Get 存储对象DMSSdsCreateDMSTableRequest. getSds()Get 存储对象DMSSdsDescribeDMSTableResponse. getSds()Get 存储对象 注意:此字段可能返回 null,表示取不到有效值。DMSSdsDMSPartition. getSds()Get 存储对象DMSSdsDMSTable. getSds()Get 存储对象 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.dlc.v20210125.models with parameters of type DMSSds Modifier and Type Method Description voidAlterDMSTableRequest. setSds(DMSSds Sds)Set 存储对象voidCreateDMSTableRequest. setSds(DMSSds Sds)Set 存储对象voidDescribeDMSTableResponse. setSds(DMSSds Sds)Set 存储对象 注意:此字段可能返回 null,表示取不到有效值。voidDMSPartition. setSds(DMSSds Sds)Set 存储对象voidDMSTable. setSds(DMSSds Sds)Set 存储对象 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.dlc.v20210125.models with parameters of type DMSSds Constructor Description DMSSds(DMSSds 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.
-