Uses of Class
com.tencentcloudapi.drm.v20181115.models.StartEncryptionRequest
-
Packages that use StartEncryptionRequest Package Description com.tencentcloudapi.drm.v20181115 com.tencentcloudapi.drm.v20181115.models -
-
Uses of StartEncryptionRequest in com.tencentcloudapi.drm.v20181115
Methods in com.tencentcloudapi.drm.v20181115 with parameters of type StartEncryptionRequest Modifier and Type Method Description StartEncryptionResponse
DrmClient. StartEncryption(StartEncryptionRequest req)
开发者调用该接口,启动一次内容文件的DRM加密工作流。 注意:该接口已下线。 -
Uses of StartEncryptionRequest in com.tencentcloudapi.drm.v20181115.models
Constructors in com.tencentcloudapi.drm.v20181115.models with parameters of type StartEncryptionRequest Constructor Description StartEncryptionRequest(StartEncryptionRequest 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.
-