Uses of Class
com.tencentcloudapi.sts.v20180813.models.QueryApiKeyResponse
-
Packages that use QueryApiKeyResponse Package Description com.tencentcloudapi.sts.v20180813 com.tencentcloudapi.sts.v20180813.models -
-
Uses of QueryApiKeyResponse in com.tencentcloudapi.sts.v20180813
Methods in com.tencentcloudapi.sts.v20180813 that return QueryApiKeyResponse Modifier and Type Method Description QueryApiKeyResponse
StsClient. QueryApiKey(QueryApiKeyRequest req)
拉取API密钥列表 -
Uses of QueryApiKeyResponse in com.tencentcloudapi.sts.v20180813.models
Constructors in com.tencentcloudapi.sts.v20180813.models with parameters of type QueryApiKeyResponse Constructor Description QueryApiKeyResponse(QueryApiKeyResponse 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.
-