类 UVMSClient
java.lang.Object
cn.ucloud.common.client.DefaultClient
cn.ucloud.uvms.client.UVMSClient
- 所有已实现的接口:
Client,UVMSClientInterface,Closeable,AutoCloseable
This client is used to call actions of **UVMS** service
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明GetUVMSSendRecord - 获取语音发送记录sendUVMSMessage(SendUVMSMessageRequest request) SendUVMSMessage - 发送语音消息从类继承的方法 cn.ucloud.common.client.DefaultClient
close, getConfig, getCredential, getTransport, invoke, setConfig, setCredential, setTransport, useMiddleware
-
构造器详细资料
-
UVMSClient
-
-
方法详细资料
-
getUVMSSendRecord
public GetUVMSSendRecordResponse getUVMSSendRecord(GetUVMSSendRecordRequest request) throws UCloudException GetUVMSSendRecord - 获取语音发送记录- 指定者:
getUVMSSendRecord在接口中UVMSClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
sendUVMSMessage
public SendUVMSMessageResponse sendUVMSMessage(SendUVMSMessageRequest request) throws UCloudException SendUVMSMessage - 发送语音消息- 指定者:
sendUVMSMessage在接口中UVMSClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-