Uses of Class
com.tencentcloudapi.cme.v20191029.models.DescribePlatformsRequest
-
Packages that use DescribePlatformsRequest Package Description com.tencentcloudapi.cme.v20191029 com.tencentcloudapi.cme.v20191029.models -
-
Uses of DescribePlatformsRequest in com.tencentcloudapi.cme.v20191029
Methods in com.tencentcloudapi.cme.v20191029 with parameters of type DescribePlatformsRequest Modifier and Type Method Description DescribePlatformsResponseCmeClient. DescribePlatforms(DescribePlatformsRequest req)支持获取所创建的所有平台列表信息; 支持获取指定的平台列表信息。 关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。 -
Uses of DescribePlatformsRequest in com.tencentcloudapi.cme.v20191029.models
Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type DescribePlatformsRequest Constructor Description DescribePlatformsRequest(DescribePlatformsRequest 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.
-