Uses of Class
com.tencentcloudapi.tem.v20201221.models.LogOutputConf
-
Packages that use LogOutputConf Package Description com.tencentcloudapi.tem.v20201221.models -
-
Uses of LogOutputConf in com.tencentcloudapi.tem.v20201221.models
Methods in com.tencentcloudapi.tem.v20201221.models that return LogOutputConf Modifier and Type Method Description LogOutputConfDeployServiceV2Request. getLogOutputConf()Get 日志输出配置Methods in com.tencentcloudapi.tem.v20201221.models with parameters of type LogOutputConf Modifier and Type Method Description voidDeployServiceV2Request. setLogOutputConf(LogOutputConf LogOutputConf)Set 日志输出配置Constructors in com.tencentcloudapi.tem.v20201221.models with parameters of type LogOutputConf Constructor Description LogOutputConf(LogOutputConf 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.
-