Uses of Class
com.tencentcloudapi.tcb.v20180608.models.CreateStaticStoreRequest
-
Packages that use CreateStaticStoreRequest Package Description com.tencentcloudapi.tcb.v20180608 com.tencentcloudapi.tcb.v20180608.models -
-
Uses of CreateStaticStoreRequest in com.tencentcloudapi.tcb.v20180608
Methods in com.tencentcloudapi.tcb.v20180608 with parameters of type CreateStaticStoreRequest Modifier and Type Method Description CreateStaticStoreResponseTcbClient. CreateStaticStore(CreateStaticStoreRequest req)创建静态托管资源,包括COS和CDN,异步任务创建,查看创建结果需要根据DescribeStaticStore接口来查看 -
Uses of CreateStaticStoreRequest in com.tencentcloudapi.tcb.v20180608.models
Constructors in com.tencentcloudapi.tcb.v20180608.models with parameters of type CreateStaticStoreRequest Constructor Description CreateStaticStoreRequest(CreateStaticStoreRequest 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.
-