Package cn.ucloud.usms.client
Interface USMSClientInterface
-
- All Superinterfaces:
AutoCloseable,Client,Closeable
- All Known Implementing Classes:
USMSClient
public interface USMSClientInterface extends Client
This client is used to call actions of **USMS** service
-
-
Method Summary
-
-
-
Method Detail
-
addBackfill
AddBackfillResponse addBackfill(AddBackfillRequest request) throws UCloudException
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
-
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
SendUSMSMessageResponse sendUSMSMessage(SendUSMSMessageRequest request) throws UCloudException
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
-
-