Uses of Class
com.tencentcloudapi.cme.v20191029.models.CosPublishInputInfo
-
Packages that use CosPublishInputInfo Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of CosPublishInputInfo in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return CosPublishInputInfo Modifier and Type Method Description CosPublishInputInfoThirdPartyPublishInfo. getCosPublishInfo()Get 腾讯云对象存储发布信息, 如果使用的发布通道为腾讯云对象存储时必填。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type CosPublishInputInfo Modifier and Type Method Description voidThirdPartyPublishInfo. setCosPublishInfo(CosPublishInputInfo CosPublishInfo)Set 腾讯云对象存储发布信息, 如果使用的发布通道为腾讯云对象存储时必填。Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type CosPublishInputInfo Constructor Description CosPublishInputInfo(CosPublishInputInfo 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.
-