Uses of Class
com.tencentcloudapi.tem.v20201221.models.CreateCosTokenRequest
-
Packages that use CreateCosTokenRequest Package Description com.tencentcloudapi.tem.v20201221 com.tencentcloudapi.tem.v20201221.models -
-
Uses of CreateCosTokenRequest in com.tencentcloudapi.tem.v20201221
Methods in com.tencentcloudapi.tem.v20201221 with parameters of type CreateCosTokenRequest Modifier and Type Method Description CreateCosTokenResponse
TemClient. CreateCosToken(CreateCosTokenRequest req)
生成Cos临时秘钥 -
Uses of CreateCosTokenRequest in com.tencentcloudapi.tem.v20201221.models
Constructors in com.tencentcloudapi.tem.v20201221.models with parameters of type CreateCosTokenRequest Constructor Description CreateCosTokenRequest(CreateCosTokenRequest 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.
-