public class VodServiceImpl extends BaseServiceImpl implements IVodService
| Modifier and Type | Class and Description |
|---|---|
static class |
VodServiceImpl.UploadPartResponse |
apiInfoList, credentials, ISigner, serviceInfo| Modifier | Constructor and Description |
|---|---|
protected |
VodServiceImpl(String region) |
destroy, getAccessKey, getApiInfoList, getHttpClient, getISigner, getRegion, getSecretKey, getServiceInfo, getSessionToken, getSignUrl, json, makeRequest, post, postDataWithResponse, postFileMultiPart, prepareRequest, proto, put, putData, putData, putDataWithResponse, putDataWithResponse, query, setAccessKey, setClientNoReuse, setConnectionTimeout, setHost, setHttpClient, setRegion, setScheme, setSecretKey, setServiceInfo, setSessionToken, setSocketTimeout, signSts2clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, getAccessKey, getRegion, getSecretKey, getSessionToken, getSignUrl, json, post, proto, put, putData, query, setAccessKey, setClientNoReuse, setConnectionTimeout, setHost, setHttpClient, setRegion, setScheme, setSecretKey, setServiceInfo, setSessionToken, setSocketTimeout, signSts2protected VodServiceImpl(String region)
public static IVodService getInstance()
public static IVodService getInstance(String region) throws Exception
Exceptionpublic String getPrivateDrmAuthToken(VodGetPrivateDrmPlayAuthRequest input, Long expireSeconds) throws Exception
IVodServicegetPrivateDrmAuthToken in interface IVodServiceinput - the paramsexpireSeconds - the paramsException - the exceptionpublic String createSha1HlsDrmAuthToken(Long expireSeconds) throws Exception
IVodServicecreateSha1HlsDrmAuthToken in interface IVodServiceexpireSeconds - the paramsException - the exceptionpublic String createHlsDrmAuthToken(String dsa, Long expireSeconds) throws Exception
Exceptionpublic String getSubtitleAuthToken(VodGetSubtitleInfoListRequest input, Long expireSeconds) throws Exception
IVodServicegetSubtitleAuthToken in interface IVodServiceinput - the paramsException - the exceptionpublic String getPlayAuthToken(VodGetPlayInfoRequest input, Long expireSeconds) throws Exception
IVodServicegetPlayAuthToken in interface IVodServiceinput - the paramsException - the exceptionpublic SecurityToken2 getUploadSts2() throws Exception
IVodServicegetUploadSts2 in interface IVodServiceException - the exceptionpublic SecurityToken2 getUploadSts2WithExpire(long expire) throws Exception
IVodServicegetUploadSts2WithExpire in interface IVodServiceexpire - longException - the exceptionpublic VodCommitUploadInfoResponse uploadMedia(VodUploadMediaRequest vodUploadMediaRequest, VodUploadProgressListener listener) throws Exception
IVodServiceuploadMedia in interface IVodServicevodUploadMediaRequest - com.volcengine.service.vod.model.request.VodUploadMediaRequestException - the exceptionpublic VodCommitUploadInfoResponse uploadLocalM3u8(VodUploadMediaRequest vodUploadM3u8Request, List<String> tsFilePaths, List<String> tsFileNames, VodUploadProgressListener listener) throws Exception
IVodServiceuploadLocalM3u8 in interface IVodServiceExceptionpublic VodCommitUploadInfoResponse uploadObject(VodUploadMediaRequest vodUploadMediaRequest, VodUploadProgressListener listener) throws Exception
IVodServiceuploadObject in interface IVodServiceExceptionpublic String initUploadPart(String host, String oid, String auth, boolean isLargeFile, List<VodHeaderPair> uploadHeaderList, com.github.rholder.retry.Retryer retryer, int storageClass) throws ExecutionException, com.github.rholder.retry.RetryException, IOException
ExecutionExceptioncom.github.rholder.retry.RetryExceptionIOExceptionpublic void uploadMergePart(String host, String oid, String auth, String uploadID, String[] checkSum, boolean isLargeFile, com.github.rholder.retry.Retryer retryer, int storageClass, String objectContentType) throws ExecutionException, com.github.rholder.retry.RetryException
ExecutionExceptioncom.github.rholder.retry.RetryExceptionpublic VodCommitUploadInfoResponse uploadMaterial(VodUploadMaterialRequest vodUploadMaterialRequest, VodUploadProgressListener listener) throws Exception
IVodServiceuploadMaterial in interface IVodServiceExceptionpublic VodSubmitDirectEditTaskAsyncResponse submitDirectEditTaskAsync(VodSubmitDirectEditTaskAsyncRequest input) throws Exception
submitDirectEditTaskAsync in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskAsyncRequestException - the exceptionpublic VodSubmitDirectEditTaskSyncResponse submitDirectEditTaskSync(VodSubmitDirectEditTaskSyncRequest input) throws Exception
submitDirectEditTaskSync in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequestException - the exceptionpublic VodGetDirectEditResultResponse getDirectEditResult(VodGetDirectEditResultRequest input) throws Exception
getDirectEditResult in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetDirectEditResultRequestException - the exceptionpublic VodGetDirectEditProgressResponse getDirectEditProgress(VodGetDirectEditProgressRequest input) throws Exception
getDirectEditProgress in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetDirectEditProgressRequestException - the exceptionpublic VodCancelDirectEditTaskResponse cancelDirectEditTask(VodCancelDirectEditTaskRequest input) throws Exception
cancelDirectEditTask in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodCancelDirectEditTaskRequestException - the exceptionpublic VodCommitUploadInfoResponse streamUploadMaterial(VodStreamUploadRequest vodStreamUploadMediaRequest) throws Exception
IVodServicestreamUploadMaterial in interface IVodServicevodStreamUploadMediaRequest - com.volcengine.model.request.vod.VodStreamUploadRequestException - the exceptionpublic VodCommitUploadInfoResponse streamUploadObject(VodStreamUploadRequest vodStreamUploadMediaRequest) throws Exception
IVodServicestreamUploadObject in interface IVodServicevodStreamUploadMediaRequest - com.volcengine.model.request.vod.VodStreamUploadRequestException - the exceptionpublic VodCommitUploadInfoResponse streamUploadMedia(VodStreamUploadRequest vodStreamUploadMediaRequest) throws Exception
IVodServicestreamUploadMedia in interface IVodServicevodStreamUploadMediaRequest - com.volcengine.model.request.vod.VodStreamUploadRequestException - the exceptionpublic void directUploadStream(String host, String oid, String auth, InputStream content, List<VodHeaderPair> uploadHeaderList, int storageClass) throws Exception
Exceptionpublic VodGetAllPlayInfoResponse getAllPlayInfo(VodGetAllPlayInfoRequest input) throws Exception
getAllPlayInfo in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetAllPlayInfoRequestException - the exceptionpublic VodGetPlayInfoResponse getPlayInfo(VodGetPlayInfoRequest input) throws Exception
getPlayInfo in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetPlayInfoRequestException - the exceptionpublic VodGetPrivateDrmPlayAuthResponse getPrivateDrmPlayAuth(VodGetPrivateDrmPlayAuthRequest input) throws Exception
getPrivateDrmPlayAuth in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetPrivateDrmPlayAuthRequestException - the exceptionpublic VodGetHlsDecryptionKeyResponse getHlsDecryptionKey(VodGetHlsDecryptionKeyRequest input) throws Exception
getHlsDecryptionKey in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetHlsDecryptionKeyRequestException - the exceptionpublic VodGetPlayInfoWithLiveTimeShiftSceneResponse getPlayInfoWithLiveTimeShiftScene(VodGetPlayInfoWithLiveTimeShiftSceneRequest input) throws Exception
getPlayInfoWithLiveTimeShiftScene in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetPlayInfoWithLiveTimeShiftSceneRequestException - the exceptionpublic VodSubmitBlockObjectTasksResponse submitBlockObjectTasks(VodSubmitBlockObjectTasksRequest input) throws Exception
submitBlockObjectTasks in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodSubmitBlockObjectTasksRequestException - the exceptionpublic VodListBlockObjectTasksResponse listBlockObjectTasks(VodListBlockObjectTasksRequest input) throws Exception
listBlockObjectTasks in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodListBlockObjectTasksRequestException - the exceptionpublic VodUrlUploadResponse uploadMediaByUrl(VodUrlUploadRequest input) throws Exception
uploadMediaByUrl in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodUrlUploadRequestException - the exceptionpublic VodQueryUploadTaskInfoResponse queryUploadTaskInfo(VodQueryUploadTaskInfoRequest input) throws Exception
queryUploadTaskInfo in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodQueryUploadTaskInfoRequestException - the exceptionpublic VodApplyUploadInfoResponse applyUploadInfo(VodApplyUploadInfoRequest input) throws Exception
applyUploadInfo in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodApplyUploadInfoRequestException - the exceptionpublic VodCommitUploadInfoResponse commitUploadInfo(VodCommitUploadInfoRequest input) throws Exception
commitUploadInfo in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodCommitUploadInfoRequestException - the exceptionpublic VodListFileMetaInfosByFileNamesResponse listFileMetaInfosByFileNames(VodListFileMetaInfosByFileNamesRequest input) throws Exception
listFileMetaInfosByFileNames in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodListFileMetaInfosByFileNamesRequestException - the exceptionpublic VodUpdateMediaInfoResponse updateMediaInfo(VodUpdateMediaInfoRequest input) throws Exception
updateMediaInfo in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodUpdateMediaInfoRequestException - the exceptionpublic VodUpdateMediaPublishStatusResponse updateMediaPublishStatus(VodUpdateMediaPublishStatusRequest input) throws Exception
updateMediaPublishStatus in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodUpdateMediaPublishStatusRequestException - the exceptionpublic VodUpdateMediaStorageClassResponse updateMediaStorageClass(VodUpdateMediaStorageClassRequest input) throws Exception
updateMediaStorageClass in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodUpdateMediaStorageClassRequestException - the exceptionpublic VodGetMediaInfosResponse getMediaInfos(VodGetMediaInfosRequest input) throws Exception
getMediaInfos in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetMediaInfosRequestException - the exceptionpublic VodGetMediaInfosResponse getMediaInfos20230701(VodGetMediaInfosRequest input) throws Exception
getMediaInfos20230701 in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetMediaInfosRequestException - the exceptionpublic VodGetRecommendedPosterResponse getRecommendedPoster(VodGetRecommendedPosterRequest input) throws Exception
getRecommendedPoster in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetRecommendedPosterRequestException - the exceptionpublic VodDeleteMediaResponse deleteMedia(VodDeleteMediaRequest input) throws Exception
deleteMedia in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodDeleteMediaRequestException - the exceptionpublic VodDeleteTranscodesResponse deleteTranscodes(VodDeleteTranscodesRequest input) throws Exception
deleteTranscodes in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodDeleteTranscodesRequestException - the exceptionpublic VodGetFileInfosResponse getFileInfos(VodGetFileInfosRequest input) throws Exception
getFileInfos in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetFileInfosRequestException - the exceptionpublic VodUpdateFileStorageClassResponse updateFileStorageClass(VodUpdateFileStorageClassRequest input) throws Exception
updateFileStorageClass in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodUpdateFileStorageClassRequestException - the exceptionpublic VodGetInnerAuditURLsResponse getInnerAuditURLs(VodGetInnerAuditURLsRequest input) throws Exception
getInnerAuditURLs in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetInnerAuditURLsRequestException - the exceptionpublic VodGetAdAuditResultByVidResponse getAdAuditResultByVid(VodGetAdAuditResultByVidRequest input) throws Exception
getAdAuditResultByVid in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetAdAuditResultByVidRequestException - the exceptionpublic VodDeleteMediaTosFileResponse deleteMediaTosFile(VodDeleteMediaTosFileRequest input) throws Exception
deleteMediaTosFile in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodDeleteMediaTosFileRequestException - the exceptionpublic VodGetMediaListResponse getMediaList(VodGetMediaListRequest input) throws Exception
getMediaList in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetMediaListRequestException - the exceptionpublic VodDeleteMaterialResponse deleteMaterial(VodDeleteMaterialRequest input) throws Exception
deleteMaterial in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodDeleteMaterialRequestException - the exceptionpublic VodGetSubtitleInfoListResponse getSubtitleInfoList(VodGetSubtitleInfoListRequest input) throws Exception
getSubtitleInfoList in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetSubtitleInfoListRequestException - the exceptionpublic VodUpdateSubtitleStatusResponse updateSubtitleStatus(VodUpdateSubtitleStatusRequest input) throws Exception
updateSubtitleStatus in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodUpdateSubtitleStatusRequestException - the exceptionpublic VodUpdateSubtitleInfoResponse updateSubtitleInfo(VodUpdateSubtitleInfoRequest input) throws Exception
updateSubtitleInfo in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodUpdateSubtitleInfoRequestException - the exceptionpublic VodGetAuditFramesForAuditResponse getAuditFramesForAudit(VodGetAuditFramesForAuditRequest input) throws Exception
getAuditFramesForAudit in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetAuditFramesForAuditRequestException - the exceptionpublic VodGetMLFramesForAuditResponse getMLFramesForAudit(VodGetMLFramesForAuditRequest input) throws Exception
getMLFramesForAudit in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetMLFramesForAuditRequestException - the exceptionpublic VodGetBetterFramesForAuditResponse getBetterFramesForAudit(VodGetBetterFramesForAuditRequest input) throws Exception
getBetterFramesForAudit in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetBetterFramesForAuditRequestException - the exceptionpublic VodGetAudioInfoForAuditResponse getAudioInfoForAudit(VodGetAudioInfoForAuditRequest input) throws Exception
getAudioInfoForAudit in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetAudioInfoForAuditRequestException - the exceptionpublic VodGetAutomaticSpeechRecognitionForAuditResponse getAutomaticSpeechRecognitionForAudit(VodGetAutomaticSpeechRecognitionForAuditRequest input) throws Exception
getAutomaticSpeechRecognitionForAudit in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetAutomaticSpeechRecognitionForAuditRequestException - the exceptionpublic VodGetAudioEventDetectionForAuditResponse getAudioEventDetectionForAudit(VodGetAudioEventDetectionForAuditRequest input) throws Exception
getAudioEventDetectionForAudit in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetAudioEventDetectionForAuditRequestException - the exceptionpublic VodCreateVideoClassificationResponse createVideoClassification(VodCreateVideoClassificationRequest input) throws Exception
createVideoClassification in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodCreateVideoClassificationRequestException - the exceptionpublic VodUpdateVideoClassificationResponse updateVideoClassification(VodUpdateVideoClassificationRequest input) throws Exception
updateVideoClassification in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodUpdateVideoClassificationRequestException - the exceptionpublic VodDeleteVideoClassificationResponse deleteVideoClassification(VodDeleteVideoClassificationRequest input) throws Exception
deleteVideoClassification in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodDeleteVideoClassificationRequestException - the exceptionpublic VodListVideoClassificationsResponse listVideoClassifications(VodListVideoClassificationsRequest input) throws Exception
listVideoClassifications in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodListVideoClassificationsRequestException - the exceptionpublic VodListSnapshotsResponse listSnapshots(VodListSnapshotsRequest input) throws Exception
listSnapshots in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodListSnapshotsRequestException - the exceptionpublic VodExtractMediaMetaTaskResponse extractMediaMetaTask(VodExtractMediaMetaTaskRequest input) throws Exception
extractMediaMetaTask in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodExtractMediaMetaTaskRequestException - the exceptionpublic VodStartWorkflowResponse startWorkflow(VodStartWorkflowRequest input) throws Exception
startWorkflow in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodStartWorkflowRequestException - the exceptionpublic VodRetrieveTranscodeResultResponse retrieveTranscodeResult(VodRetrieveTranscodeResultRequest input) throws Exception
retrieveTranscodeResult in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodRetrieveTranscodeResultRequestException - the exceptionpublic VodGetWorkflowExecutionStatusResponse getWorkflowExecution(VodGetWorkflowExecutionStatusRequest input) throws Exception
getWorkflowExecution in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetWorkflowExecutionStatusRequestException - the exceptionpublic VodGetWorkflowResultResponse getWorkflowExecutionResult(VodGetWorkflowResultRequest input) throws Exception
getWorkflowExecutionResult in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetWorkflowResultRequestException - the exceptionpublic VodCreateTaskTemplateResponse createTaskTemplate(VodCreateTaskTemplateRequest input) throws Exception
createTaskTemplate in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodCreateTaskTemplateRequestException - the exceptionpublic VodUpdateTaskTemplateResponse updateTaskTemplate(VodUpdateTaskTemplateRequest input) throws Exception
updateTaskTemplate in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodUpdateTaskTemplateRequestException - the exceptionpublic VodGetTaskTemplateResponse getTaskTemplate(VodGetTaskTemplateRequest input) throws Exception
getTaskTemplate in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetTaskTemplateRequestException - the exceptionpublic VodListTaskTemplateResponse listTaskTemplate(VodListTaskTemplateRequest input) throws Exception
listTaskTemplate in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodListTaskTemplateRequestException - the exceptionpublic VodDeleteTaskTemplateResponse deleteTaskTemplate(VodDeleteTaskTemplateRequest input) throws Exception
deleteTaskTemplate in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodDeleteTaskTemplateRequestException - the exceptionpublic VodCreateWorkflowTemplateResponse createWorkflowTemplate(VodCreateWorkflowTemplateRequest input) throws Exception
createWorkflowTemplate in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodCreateWorkflowTemplateRequestException - the exceptionpublic VodUpdateWorkflowTemplateResponse updateWorkflowTemplate(VodUpdateWorkflowTemplateRequest input) throws Exception
updateWorkflowTemplate in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodUpdateWorkflowTemplateRequestException - the exceptionpublic VodGetWorkflowTemplateResponse getWorkflowTemplate(VodGetWorkflowTemplateRequest input) throws Exception
getWorkflowTemplate in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetWorkflowTemplateRequestException - the exceptionpublic VodListWorkflowTemplateResponse listWorkflowTemplate(VodListWorkflowTemplateRequest input) throws Exception
listWorkflowTemplate in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodListWorkflowTemplateRequestException - the exceptionpublic VodDeleteWorkflowTemplateResponse deleteWorkflowTemplate(VodDeleteWorkflowTemplateRequest input) throws Exception
deleteWorkflowTemplate in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodDeleteWorkflowTemplateRequestException - the exceptionpublic VodCreateWatermarkResponse createWatermarkTemplate(VodCreateWatermarkRequest input) throws Exception
createWatermarkTemplate in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodCreateWatermarkRequestException - the exceptionpublic VodUpdateWatermarkResponse updateWatermarkTemplate(VodUpdateWatermarkRequest input) throws Exception
updateWatermarkTemplate in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodUpdateWatermarkRequestException - the exceptionpublic VodGetWatermarkResponse getWatermarkTemplate(VodGetWatermarkRequest input) throws Exception
getWatermarkTemplate in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetWatermarkRequestException - the exceptionpublic VodListWatermarkResponse listWatermarkTemplate(VodListWatermarkRequest input) throws Exception
listWatermarkTemplate in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodListWatermarkRequestException - the exceptionpublic VodDeleteWatermarkResponse deleteWatermarkTemplate(VodDeleteWatermarkRequest input) throws Exception
deleteWatermarkTemplate in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodDeleteWatermarkRequestException - the exceptionpublic VodDeleteSpaceResponse deleteSpace(VodDeleteSpaceRequest input) throws Exception
deleteSpace in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodDeleteSpaceRequestException - the exceptionpublic VodCreateSpaceResponse createSpace(VodCreateSpaceRequest input) throws Exception
createSpace in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodCreateSpaceRequestException - the exceptionpublic VodListSpaceResponse listSpace(VodListSpaceRequest input) throws Exception
listSpace in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodListSpaceRequestException - the exceptionpublic VodGetSpaceDetailResponse getSpaceDetail(VodGetSpaceDetailRequest input) throws Exception
getSpaceDetail in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetSpaceDetailRequestException - the exceptionpublic VodUpdateSpaceResponse updateSpace(VodUpdateSpaceRequest input) throws Exception
updateSpace in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodUpdateSpaceRequestException - the exceptionpublic VodUpdateSpaceUploadConfigResponse updateSpaceUploadConfig(VodUpdateSpaceUploadConfigRequest input) throws Exception
updateSpaceUploadConfig in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodUpdateSpaceUploadConfigRequestException - the exceptionpublic VodAddDomainToSchedulerResponse addDomainToScheduler(VodAddDomainToSchedulerRequest input) throws Exception
addDomainToScheduler in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodAddDomainToSchedulerRequestException - the exceptionpublic VodRemoveDomainFromSchedulerResponse removeDomainFromScheduler(VodRemoveDomainFromSchedulerRequest input) throws Exception
removeDomainFromScheduler in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodRemoveDomainFromSchedulerRequestException - the exceptionpublic VodUpdateDomainPlayRuleResponse updateDomainPlayRule(VodUpdateDomainPlayRuleRequest input) throws Exception
updateDomainPlayRule in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodUpdateDomainPlayRuleRequestException - the exceptionpublic VodStartDomainResponse startDomain(VodStartDomainRequest input) throws Exception
startDomain in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodStartDomainRequestException - the exceptionpublic VodStopDomainResponse stopDomain(VodStopDomainRequest input) throws Exception
stopDomain in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodStopDomainRequestException - the exceptionpublic VodDeleteDomainResponse deleteDomain(VodDeleteDomainRequest input) throws Exception
deleteDomain in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodDeleteDomainRequestException - the exceptionpublic VodListDomainResponse listDomain(VodListDomainRequest input) throws Exception
listDomain in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodListDomainRequestException - the exceptionpublic VodCreateCdnRefreshTaskResponse createCdnRefreshTask(VodCreateCdnRefreshTaskRequest input) throws Exception
createCdnRefreshTask in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodCreateCdnRefreshTaskRequestException - the exceptionpublic VodCreateCdnPreloadTaskResponse createCdnPreloadTask(VodCreateCdnPreloadTaskRequest input) throws Exception
createCdnPreloadTask in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodCreateCdnPreloadTaskRequestException - the exceptionpublic VodListCdnTasksResponse listCdnTasks(VodListCdnTasksRequest input) throws Exception
listCdnTasks in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodListCdnTasksRequestException - the exceptionpublic VodListCdnAccessLogResponse listCdnAccessLog(VodListCdnAccessLogRequest input) throws Exception
listCdnAccessLog in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodListCdnAccessLogRequestException - the exceptionpublic VodListCdnTopAccessUrlResponse listCdnTopAccessUrl(VodListCdnTopAccessUrlRequest input) throws Exception
listCdnTopAccessUrl in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodListCdnTopAccessUrlRequestException - the exceptionpublic VodListCdnTopAccessResponse listCdnTopAccess(VodListCdnTopAccessRequest input) throws Exception
listCdnTopAccess in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodListCdnTopAccessRequestException - the exceptionpublic VodCdnStatisticsCommonResponse listCdnUsageData(VodListCdnUsageDataRequest input) throws Exception
listCdnUsageData in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodListCdnUsageDataRequestException - the exceptionpublic VodCdnStatisticsCommonResponse listCdnStatusData(VodListCdnStatusDataRequest input) throws Exception
listCdnStatusData in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodListCdnStatusDataRequestException - the exceptionpublic VodDescribeIPInfoResponse describeIpInfo(VodDescribeIPInfoRequest input) throws Exception
describeIpInfo in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodDescribeIPInfoRequestException - the exceptionpublic VodCdnStatisticsCommonResponse listCdnPvData(VodListCdnPvDataRequest input) throws Exception
listCdnPvData in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodListCdnPvDataRequestException - the exceptionpublic VodSubmitBlockTasksResponse submitBlockTasks(VodSubmitBlockTasksRequest input) throws Exception
submitBlockTasks in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodSubmitBlockTasksRequestException - the exceptionpublic VodGetContentBlockTasksResponse getContentBlockTasks(VodGetContentBlockTasksRequest input) throws Exception
getContentBlockTasks in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetContentBlockTasksRequestException - the exceptionpublic VodCreateDomainV2Response createDomain(VodCreateDomainV2Request input) throws Exception
createDomain in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodCreateDomainV2RequestException - the exceptionpublic VodUpdateDomainExpireV2Response updateDomainExpire(VodUpdateDomainExpireV2Request input) throws Exception
updateDomainExpire in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodUpdateDomainExpireV2RequestException - the exceptionpublic VodUpdateDomainAuthConfigV2Response updateDomainAuthConfig(VodUpdateDomainAuthConfigV2Request input) throws Exception
updateDomainAuthConfig in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodUpdateDomainAuthConfigV2RequestException - the exceptionpublic AddOrUpdateCertificateV2Response addOrUpdateCertificate(AddOrUpdateCertificateV2Request input) throws Exception
addOrUpdateCertificate in interface IVodServiceinput - com.volcengine.service.vod.model.request.AddOrUpdateCertificateV2RequestException - the exceptionpublic VodUpdateDomainUrlAuthConfigV2Response updateDomainUrlAuthConfig(VodUpdateDomainUrlAuthConfigV2Request input) throws Exception
updateDomainUrlAuthConfig in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodUpdateDomainUrlAuthConfigV2RequestException - the exceptionpublic VodVerifyDomainOwnerResponse verifyDomainOwner(VodVerifyDomainOwnerRequest input) throws Exception
verifyDomainOwner in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodVerifyDomainOwnerRequestException - the exceptionpublic VodDescribeDomainVerifyContentResponse describeDomainVerifyContent(VodDescribeDomainVerifyContentRequest input) throws Exception
describeDomainVerifyContent in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodDescribeDomainVerifyContentRequestException - the exceptionpublic VodUpdateDomainConfigResponse updateDomainConfig(VodUpdateDomainConfigRequest input) throws Exception
updateDomainConfig in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodUpdateDomainConfigRequestException - the exceptionpublic VodDescribeDomainConfigResponse describeDomainConfig(VodDescribeDomainConfigRequest input) throws Exception
describeDomainConfig in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodDescribeDomainConfigRequestException - the exceptionpublic VodAddCallbackSubscriptionResponse addCallbackSubscription(VodAddCallbackSubscriptionRequest input) throws Exception
addCallbackSubscription in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodAddCallbackSubscriptionRequestException - the exceptionpublic VodSetCallbackEventResponse setCallbackEvent(VodSetCallbackEventRequest input) throws Exception
setCallbackEvent in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodSetCallbackEventRequestException - the exceptionpublic GetCallbackRecordResponse getCallbackRecord(GetCallbackRecordRequest input) throws Exception
getCallbackRecord in interface IVodServiceinput - com.volcengine.service.vod.model.request.GetCallbackRecordRequestException - the exceptionpublic VodGetSmartStrategyLitePlayInfoResponse getSmartStrategyLitePlayInfo(VodGetSmartStrategyLitePlayInfoRequest input) throws Exception
getSmartStrategyLitePlayInfo in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetSmartStrategyLitePlayInfoRequestException - the exceptionpublic VodGetAppInfoResponse getAppInfo(VodGetAppInfoRequest input) throws Exception
getAppInfo in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetAppInfoRequestException - the exceptionpublic DescribeVodSpaceTranscodeDataResponse describeVodSpaceTranscodeData(DescribeVodSpaceTranscodeDataRequest input) throws Exception
describeVodSpaceTranscodeData in interface IVodServiceinput - com.volcengine.service.vod.model.request.DescribeVodSpaceTranscodeDataRequestException - the exceptionpublic DescribeVodSpaceAIStatisDataResponse describeVodSpaceAIStatisData(DescribeVodSpaceAIStatisDataRequest input) throws Exception
describeVodSpaceAIStatisData in interface IVodServiceinput - com.volcengine.service.vod.model.request.DescribeVodSpaceAIStatisDataRequestException - the exceptionpublic DescribeVodSpaceSubtitleStatisDataResponse describeVodSpaceSubtitleStatisData(DescribeVodSpaceSubtitleStatisDataRequest input) throws Exception
describeVodSpaceSubtitleStatisData in interface IVodServiceinput - com.volcengine.service.vod.model.request.DescribeVodSpaceSubtitleStatisDataRequestException - the exceptionpublic DescribeVodSpaceDetectStatisDataResponse describeVodSpaceDetectStatisData(DescribeVodSpaceDetectStatisDataRequest input) throws Exception
describeVodSpaceDetectStatisData in interface IVodServiceinput - com.volcengine.service.vod.model.request.DescribeVodSpaceDetectStatisDataRequestException - the exceptionpublic DescribeVodSpaceWorkflowDetailDataResponse describeVodSpaceWorkflowDetailData(DescribeVodSpaceWorkflowDetailDataRequest input) throws Exception
describeVodSpaceWorkflowDetailData in interface IVodServiceinput - com.volcengine.service.vod.model.request.DescribeVodSpaceWorkflowDetailDataRequestException - the exceptionpublic DescribeVodSpaceEditDetailDataResponse describeVodSpaceEditDetailData(DescribeVodSpaceEditDetailDataRequest input) throws Exception
describeVodSpaceEditDetailData in interface IVodServiceinput - com.volcengine.service.vod.model.request.DescribeVodSpaceEditDetailDataRequestException - the exceptionpublic DescribeVodSnapshotDataResponse describeVodSnapshotData(DescribeVodSnapshotDataRequest input) throws Exception
describeVodSnapshotData in interface IVodServiceinput - com.volcengine.service.vod.model.request.DescribeVodSnapshotDataRequestException - the exceptionpublic VodDescribeVodSpaceStorageDataResponse describeVodSpaceStorageData(VodDescribeVodSpaceStorageDataRequest input) throws Exception
describeVodSpaceStorageData in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodDescribeVodSpaceStorageDataRequestException - the exceptionpublic VodDescribeVodDomainTrafficDataResponse describeVodDomainTrafficData(VodDescribeVodDomainTrafficDataRequest input) throws Exception
describeVodDomainTrafficData in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodDescribeVodDomainTrafficDataRequestException - the exceptionpublic VodDescribeVodDomainBandwidthDataResponse describeVodDomainBandwidthData(VodDescribeVodDomainBandwidthDataRequest input) throws Exception
describeVodDomainBandwidthData in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodDescribeVodDomainBandwidthDataRequestException - the exceptionpublic DescribeVodEnhanceImageDataResponse describeVodEnhanceImageData(DescribeVodEnhanceImageDataRequest input) throws Exception
describeVodEnhanceImageData in interface IVodServiceinput - com.volcengine.service.vod.model.request.DescribeVodEnhanceImageDataRequestException - the exceptionpublic DescribeVodSpaceEditStatisDataResponse describeVodSpaceEditStatisData(DescribeVodSpaceEditStatisDataRequest input) throws Exception
describeVodSpaceEditStatisData in interface IVodServiceinput - com.volcengine.service.vod.model.request.DescribeVodSpaceEditStatisDataRequestException - the exceptionpublic DescribeVodPlayedStatisDataResponse describeVodPlayedStatisData(DescribeVodPlayedStatisDataRequest input) throws Exception
describeVodPlayedStatisData in interface IVodServiceinput - com.volcengine.service.vod.model.request.DescribeVodPlayedStatisDataRequestException - the exceptionpublic DescribeVodMostPlayedStatisDataResponse describeVodMostPlayedStatisData(DescribeVodMostPlayedStatisDataRequest input) throws Exception
describeVodMostPlayedStatisData in interface IVodServiceinput - com.volcengine.service.vod.model.request.DescribeVodMostPlayedStatisDataRequestException - the exceptionpublic DescribeVodRealtimeMediaDataResponse describeVodRealtimeMediaData(DescribeVodRealtimeMediaDataRequest input) throws Exception
describeVodRealtimeMediaData in interface IVodServiceinput - com.volcengine.service.vod.model.request.DescribeVodRealtimeMediaDataRequestException - the exceptionpublic DescribeVodRealtimeMediaDetailDataResponse describeVodRealtimeMediaDetailData(DescribeVodRealtimeMediaDetailDataRequest input) throws Exception
describeVodRealtimeMediaDetailData in interface IVodServiceinput - com.volcengine.service.vod.model.request.DescribeVodRealtimeMediaDetailDataRequestException - the exceptionpublic DescribeVodVidTrafficFileLogResponse describeVodVidTrafficFileLog(DescribeVodVidTrafficFileLogRequest input) throws Exception
describeVodVidTrafficFileLog in interface IVodServiceinput - com.volcengine.service.vod.model.request.DescribeVodVidTrafficFileLogRequestException - the exceptionpublic VodSetCloudMigrateJobResponse setCloudMigrateJob(VodSetCloudMigrateJobRequest input) throws Exception
setCloudMigrateJob in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodSetCloudMigrateJobRequestException - the exceptionpublic VodSubmitCloudMigrateJobResponse submitCloudMigrateJob(VodSubmitCloudMigrateJobRequest input) throws Exception
submitCloudMigrateJob in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodSubmitCloudMigrateJobRequestException - the exceptionpublic VodGetCloudMigrateJobResponse getCloudMigrateJob(VodGetCloudMigrateJobRequest input) throws Exception
getCloudMigrateJob in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetCloudMigrateJobRequestException - the exceptionCopyright © 2025. All rights reserved.