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