Uses of Class
com.tencentcloudapi.ecm.v20190719.models.BatchTarget
-
Packages that use BatchTarget Package Description com.tencentcloudapi.ecm.v20190719.models -
-
Uses of BatchTarget in com.tencentcloudapi.ecm.v20190719.models
Methods in com.tencentcloudapi.ecm.v20190719.models that return BatchTarget Modifier and Type Method Description BatchTarget[]
BatchDeregisterTargetsRequest. getTargets()
Get 解绑目标BatchTarget[]
BatchRegisterTargetsRequest. getTargets()
Get 绑定目标Methods in com.tencentcloudapi.ecm.v20190719.models with parameters of type BatchTarget Modifier and Type Method Description void
BatchDeregisterTargetsRequest. setTargets(BatchTarget[] Targets)
Set 解绑目标void
BatchRegisterTargetsRequest. setTargets(BatchTarget[] Targets)
Set 绑定目标Constructors in com.tencentcloudapi.ecm.v20190719.models with parameters of type BatchTarget Constructor Description BatchTarget(BatchTarget 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.
-