Uses of Class
com.tencentcloudapi.ms.v20180408.models.CreateCosSecKeyInstanceRequest
-
Packages that use CreateCosSecKeyInstanceRequest Package Description com.tencentcloudapi.ms.v20180408 com.tencentcloudapi.ms.v20180408.models -
-
Uses of CreateCosSecKeyInstanceRequest in com.tencentcloudapi.ms.v20180408
Methods in com.tencentcloudapi.ms.v20180408 with parameters of type CreateCosSecKeyInstanceRequest Modifier and Type Method Description CreateCosSecKeyInstanceResponseMsClient. CreateCosSecKeyInstance(CreateCosSecKeyInstanceRequest req)获取云COS文件存储临时密钥,密钥仅限于临时上传文件,有访问限制和时效性,请保管好临时密钥。 -
Uses of CreateCosSecKeyInstanceRequest in com.tencentcloudapi.ms.v20180408.models
Constructors in com.tencentcloudapi.ms.v20180408.models with parameters of type CreateCosSecKeyInstanceRequest Constructor Description CreateCosSecKeyInstanceRequest(CreateCosSecKeyInstanceRequest 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.
-