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 voidBatchDeregisterTargetsRequest. setTargets(BatchTarget[] Targets)Set 解绑目标voidBatchRegisterTargetsRequest. 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.
-