接口 USMSClientInterface
- 所有超级接口:
AutoCloseable,Client,Closeable
- 所有已知实现类:
USMSClient
This client is used to call actions of **USMS** service
-
方法概要
修饰符和类型方法说明addBackfill(AddBackfillRequest request) AddBackfill - 添加回填AddUSMSSignatureQualification - 添加短信签名资质申请记录CreateUSMSSignature - 申请短信签名CreateUSMSTemplate - 申请短信模板DeleteUSMSSignature - 删除短信签名DeleteUSMSSignatureQualification - 删除短信签名资质申请记录DeleteUSMSTemplate - 删除短信模板GetUSMSSendReceipt - 获取短信发送状态GetUSMSSendStatistics - 获取发送统计数据GetUSMSSignatureQualification - 获取短信签名资质申请记录列表QueryUSMSSignature - 查询短信签名申请状态QueryUSMSSignatureQualification - 获取短信签名资质申请记录详情QueryUSMSTemplate - 查询短信模板申请状态SendBatchUSMSMessage - 批量发送短信sendUSMSMessage(SendUSMSMessageRequest request) SendUSMSMessage - 发送短信UpdateUSMSSignature - 修改短信签名UpdateUSMSSignatureQualification - 修改短信签名资质申请记录UpdateUSMSTemplate - 修改短信模板uploadUSMSFile(UploadUSMSFileRequest request) UploadUSMSFile - 上传文件
-
方法详细资料
-
addBackfill
AddBackfill - 添加回填- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
addUSMSSignatureQualification
AddUSMSSignatureQualificationResponse addUSMSSignatureQualification(AddUSMSSignatureQualificationRequest request) throws UCloudException AddUSMSSignatureQualification - 添加短信签名资质申请记录- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
createUSMSSignature
CreateUSMSSignatureResponse createUSMSSignature(CreateUSMSSignatureRequest request) throws UCloudException CreateUSMSSignature - 申请短信签名- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
createUSMSTemplate
CreateUSMSTemplateResponse createUSMSTemplate(CreateUSMSTemplateRequest request) throws UCloudException CreateUSMSTemplate - 申请短信模板- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
deleteUSMSSignature
DeleteUSMSSignatureResponse deleteUSMSSignature(DeleteUSMSSignatureRequest request) throws UCloudException DeleteUSMSSignature - 删除短信签名- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
deleteUSMSSignatureQualification
DeleteUSMSSignatureQualificationResponse deleteUSMSSignatureQualification(DeleteUSMSSignatureQualificationRequest request) throws UCloudException DeleteUSMSSignatureQualification - 删除短信签名资质申请记录- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
deleteUSMSTemplate
DeleteUSMSTemplateResponse deleteUSMSTemplate(DeleteUSMSTemplateRequest request) throws UCloudException DeleteUSMSTemplate - 删除短信模板- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
getUSMSSendReceipt
GetUSMSSendReceiptResponse getUSMSSendReceipt(GetUSMSSendReceiptRequest request) throws UCloudException GetUSMSSendReceipt - 获取短信发送状态- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
getUSMSSendStatistics
GetUSMSSendStatisticsResponse getUSMSSendStatistics(GetUSMSSendStatisticsRequest request) throws UCloudException GetUSMSSendStatistics - 获取发送统计数据- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
getUSMSSignatureQualification
GetUSMSSignatureQualificationResponse getUSMSSignatureQualification(GetUSMSSignatureQualificationRequest request) throws UCloudException GetUSMSSignatureQualification - 获取短信签名资质申请记录列表- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
queryUSMSSignature
QueryUSMSSignatureResponse queryUSMSSignature(QueryUSMSSignatureRequest request) throws UCloudException QueryUSMSSignature - 查询短信签名申请状态- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
queryUSMSSignatureQualification
QueryUSMSSignatureQualificationResponse queryUSMSSignatureQualification(QueryUSMSSignatureQualificationRequest request) throws UCloudException QueryUSMSSignatureQualification - 获取短信签名资质申请记录详情- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
queryUSMSTemplate
QueryUSMSTemplateResponse queryUSMSTemplate(QueryUSMSTemplateRequest request) throws UCloudException QueryUSMSTemplate - 查询短信模板申请状态- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
sendBatchUSMSMessage
SendBatchUSMSMessageResponse sendBatchUSMSMessage(SendBatchUSMSMessageRequest request) throws UCloudException SendBatchUSMSMessage - 批量发送短信- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
sendUSMSMessage
SendUSMSMessage - 发送短信- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
updateUSMSSignature
UpdateUSMSSignatureResponse updateUSMSSignature(UpdateUSMSSignatureRequest request) throws UCloudException UpdateUSMSSignature - 修改短信签名- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
updateUSMSSignatureQualification
UpdateUSMSSignatureQualificationResponse updateUSMSSignatureQualification(UpdateUSMSSignatureQualificationRequest request) throws UCloudException UpdateUSMSSignatureQualification - 修改短信签名资质申请记录- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
updateUSMSTemplate
UpdateUSMSTemplateResponse updateUSMSTemplate(UpdateUSMSTemplateRequest request) throws UCloudException UpdateUSMSTemplate - 修改短信模板- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
uploadUSMSFile
UploadUSMSFile - 上传文件- 参数:
request- Request object- 抛出:
UCloudException- Exception
-