Uses of Class
com.tencentcloudapi.iecp.v20210914.models.DescribeConfigMapResponse
-
Packages that use DescribeConfigMapResponse Package Description com.tencentcloudapi.iecp.v20210914 com.tencentcloudapi.iecp.v20210914.models -
-
Uses of DescribeConfigMapResponse in com.tencentcloudapi.iecp.v20210914
Methods in com.tencentcloudapi.iecp.v20210914 that return DescribeConfigMapResponse Modifier and Type Method Description DescribeConfigMapResponse
IecpClient. DescribeConfigMap(DescribeConfigMapRequest req)
获取ConfigMap详情 -
Uses of DescribeConfigMapResponse in com.tencentcloudapi.iecp.v20210914.models
Constructors in com.tencentcloudapi.iecp.v20210914.models with parameters of type DescribeConfigMapResponse Constructor Description DescribeConfigMapResponse(DescribeConfigMapResponse 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.
-