Uses of Class
com.tencentcloudapi.tia.v20180226.models.InstallAgentRequest
-
Packages that use InstallAgentRequest Package Description com.tencentcloudapi.tia.v20180226 com.tencentcloudapi.tia.v20180226.models -
-
Uses of InstallAgentRequest in com.tencentcloudapi.tia.v20180226
Methods in com.tencentcloudapi.tia.v20180226 with parameters of type InstallAgentRequest Modifier and Type Method Description InstallAgentResponseTiaClient. InstallAgent(InstallAgentRequest req)安装agent -
Uses of InstallAgentRequest in com.tencentcloudapi.tia.v20180226.models
Constructors in com.tencentcloudapi.tia.v20180226.models with parameters of type InstallAgentRequest Constructor Description InstallAgentRequest(InstallAgentRequest 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.
-