Uses of Class
com.tencentcloudapi.sts.v20180813.models.ApiKey
-
Packages that use ApiKey Package Description com.tencentcloudapi.sts.v20180813.models -
-
Uses of ApiKey in com.tencentcloudapi.sts.v20180813.models
Methods in com.tencentcloudapi.sts.v20180813.models that return ApiKey Modifier and Type Method Description ApiKey[]
QueryApiKeyResponse. getIdKeys()
Get 密钥ID列表Methods in com.tencentcloudapi.sts.v20180813.models with parameters of type ApiKey Modifier and Type Method Description void
QueryApiKeyResponse. setIdKeys(ApiKey[] IdKeys)
Set 密钥ID列表Constructors in com.tencentcloudapi.sts.v20180813.models with parameters of type ApiKey Constructor Description ApiKey(ApiKey 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.
-