Uses of Class
com.tencentcloudapi.cam.v20190116.models.SecretIdLastUsed
-
Packages that use SecretIdLastUsed Package Description com.tencentcloudapi.cam.v20190116.models -
-
Uses of SecretIdLastUsed in com.tencentcloudapi.cam.v20190116.models
Methods in com.tencentcloudapi.cam.v20190116.models that return SecretIdLastUsed Modifier and Type Method Description SecretIdLastUsed[]GetSecurityLastUsedResponse. getSecretIdLastUsedRows()Get 密钥ID最近访问列表Methods in com.tencentcloudapi.cam.v20190116.models with parameters of type SecretIdLastUsed Modifier and Type Method Description voidGetSecurityLastUsedResponse. setSecretIdLastUsedRows(SecretIdLastUsed[] SecretIdLastUsedRows)Set 密钥ID最近访问列表Constructors in com.tencentcloudapi.cam.v20190116.models with parameters of type SecretIdLastUsed Constructor Description SecretIdLastUsed(SecretIdLastUsed 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.
-