Uses of Class
com.tencentcloudapi.tdmq.v20200217.models.InternalTenant
-
Packages that use InternalTenant Package Description com.tencentcloudapi.tdmq.v20200217.models -
-
Uses of InternalTenant in com.tencentcloudapi.tdmq.v20200217.models
Methods in com.tencentcloudapi.tdmq.v20200217.models that return InternalTenant Modifier and Type Method Description InternalTenant[]DescribeAllTenantsResponse. getTenants()Get 虚拟集群列表Methods in com.tencentcloudapi.tdmq.v20200217.models with parameters of type InternalTenant Modifier and Type Method Description voidDescribeAllTenantsResponse. setTenants(InternalTenant[] Tenants)Set 虚拟集群列表Constructors in com.tencentcloudapi.tdmq.v20200217.models with parameters of type InternalTenant Constructor Description InternalTenant(InternalTenant 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.
-