Uses of Class
com.tencentcloudapi.monitor.v20180724.models.IntegrationConfiguration
-
Packages that use IntegrationConfiguration Package Description com.tencentcloudapi.monitor.v20180724.models -
-
Uses of IntegrationConfiguration in com.tencentcloudapi.monitor.v20180724.models
Methods in com.tencentcloudapi.monitor.v20180724.models that return IntegrationConfiguration Modifier and Type Method Description IntegrationConfiguration[]
DescribeExporterIntegrationsResponse. getIntegrationSet()
Get 集成配置列表Methods in com.tencentcloudapi.monitor.v20180724.models with parameters of type IntegrationConfiguration Modifier and Type Method Description void
DescribeExporterIntegrationsResponse. setIntegrationSet(IntegrationConfiguration[] IntegrationSet)
Set 集成配置列表Constructors in com.tencentcloudapi.monitor.v20180724.models with parameters of type IntegrationConfiguration Constructor Description IntegrationConfiguration(IntegrationConfiguration 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.
-