Interface USMSClientInterface
- All Superinterfaces:
AutoCloseable,Client,Closeable
- All Known Implementing Classes:
USMSClient
This client is used to call actions of **USMS** service
-
Method Summary
Modifier and TypeMethodDescriptionaddBackfill(AddBackfillRequest request) AddBackfill - 添加回填CreateUSMSSignature - 申请短信签名CreateUSMSTemplate - 申请短信模板DeleteUSMSSignature - 删除短信签名DeleteUSMSTemplate - 删除短信模板GetUSMSSendReceipt - 获取短信发送状态GetUSMSSendStatistics - 获取发送统计数据QueryUSMSSignature - 查询短信签名申请状态QueryUSMSTemplate - 查询短信模板申请状态SendBatchUSMSMessage - 批量发送短信sendUSMSMessage(SendUSMSMessageRequest request) SendUSMSMessage - 发送短信UpdateUSMSSignature - 修改短信签名UpdateUSMSTemplate - 修改短信模板
-
Method Details
-
addBackfill
AddBackfill - 添加回填- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
createUSMSSignature
CreateUSMSSignatureResponse createUSMSSignature(CreateUSMSSignatureRequest request) throws UCloudException CreateUSMSSignature - 申请短信签名- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
createUSMSTemplate
CreateUSMSTemplateResponse createUSMSTemplate(CreateUSMSTemplateRequest request) throws UCloudException CreateUSMSTemplate - 申请短信模板- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
deleteUSMSSignature
DeleteUSMSSignatureResponse deleteUSMSSignature(DeleteUSMSSignatureRequest request) throws UCloudException DeleteUSMSSignature - 删除短信签名- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
deleteUSMSTemplate
DeleteUSMSTemplateResponse deleteUSMSTemplate(DeleteUSMSTemplateRequest request) throws UCloudException DeleteUSMSTemplate - 删除短信模板- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
getUSMSSendReceipt
GetUSMSSendReceiptResponse getUSMSSendReceipt(GetUSMSSendReceiptRequest request) throws UCloudException GetUSMSSendReceipt - 获取短信发送状态- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
getUSMSSendStatistics
GetUSMSSendStatisticsResponse getUSMSSendStatistics(GetUSMSSendStatisticsRequest request) throws UCloudException GetUSMSSendStatistics - 获取发送统计数据- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
queryUSMSSignature
QueryUSMSSignatureResponse queryUSMSSignature(QueryUSMSSignatureRequest request) throws UCloudException QueryUSMSSignature - 查询短信签名申请状态- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
queryUSMSTemplate
QueryUSMSTemplateResponse queryUSMSTemplate(QueryUSMSTemplateRequest request) throws UCloudException QueryUSMSTemplate - 查询短信模板申请状态- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
sendBatchUSMSMessage
SendBatchUSMSMessageResponse sendBatchUSMSMessage(SendBatchUSMSMessageRequest request) throws UCloudException SendBatchUSMSMessage - 批量发送短信- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
sendUSMSMessage
SendUSMSMessage - 发送短信- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
updateUSMSSignature
UpdateUSMSSignatureResponse updateUSMSSignature(UpdateUSMSSignatureRequest request) throws UCloudException UpdateUSMSSignature - 修改短信签名- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
updateUSMSTemplate
UpdateUSMSTemplateResponse updateUSMSTemplate(UpdateUSMSTemplateRequest request) throws UCloudException UpdateUSMSTemplate - 修改短信模板- Parameters:
request- Request object- Throws:
UCloudException- Exception
-