Uses of Class
com.tencentcloudapi.cam.v20190116.models.GetSecurityLastUsedRequest
-
Packages that use GetSecurityLastUsedRequest Package Description com.tencentcloudapi.cam.v20190116 com.tencentcloudapi.cam.v20190116.models -
-
Uses of GetSecurityLastUsedRequest in com.tencentcloudapi.cam.v20190116
Methods in com.tencentcloudapi.cam.v20190116 with parameters of type GetSecurityLastUsedRequest Modifier and Type Method Description GetSecurityLastUsedResponseCamClient. GetSecurityLastUsed(GetSecurityLastUsedRequest req)获取密钥最近使用情况 -
Uses of GetSecurityLastUsedRequest in com.tencentcloudapi.cam.v20190116.models
Constructors in com.tencentcloudapi.cam.v20190116.models with parameters of type GetSecurityLastUsedRequest Constructor Description GetSecurityLastUsedRequest(GetSecurityLastUsedRequest 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.
-