Package cn.ucloud.uvms.client
Class UVMSClient
- java.lang.Object
-
- cn.ucloud.common.client.DefaultClient
-
- cn.ucloud.uvms.client.UVMSClient
-
- All Implemented Interfaces:
Client,UVMSClientInterface,Closeable,AutoCloseable
public class UVMSClient extends DefaultClient implements UVMSClientInterface
This client is used to call actions of **UVMS** service
-
-
Constructor Summary
Constructors Constructor Description UVMSClient(Config config, Credential credential)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SendUVMSMessageResponsesendUVMSMessage(SendUVMSMessageRequest request)SendUVMSMessage - 发送语音消息-
Methods inherited from class cn.ucloud.common.client.DefaultClient
close, getConfig, getCredential, getTransport, invoke, setConfig, setCredential, setTransport, useMiddleware
-
-
-
-
Constructor Detail
-
UVMSClient
public UVMSClient(Config config, Credential credential)
-
-
Method Detail
-
sendUVMSMessage
public SendUVMSMessageResponse sendUVMSMessage(SendUVMSMessageRequest request) throws UCloudException
SendUVMSMessage - 发送语音消息- Specified by:
sendUVMSMessagein interfaceUVMSClientInterface- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
-