Uses of Class
com.tencentcloudapi.eb.v20210416.models.DTSParams
-
Packages that use DTSParams Package Description com.tencentcloudapi.eb.v20210416.models -
-
Uses of DTSParams in com.tencentcloudapi.eb.v20210416.models
Methods in com.tencentcloudapi.eb.v20210416.models that return DTSParams Modifier and Type Method Description DTSParamsConnectionDescription. getDTSParams()Get data transfer service (DTS)参数 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.eb.v20210416.models with parameters of type DTSParams Modifier and Type Method Description voidConnectionDescription. setDTSParams(DTSParams DTSParams)Set data transfer service (DTS)参数 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.eb.v20210416.models with parameters of type DTSParams Constructor Description DTSParams(DTSParams 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.
-