类 UPhoneClient
java.lang.Object
cn.ucloud.common.client.DefaultClient
cn.ucloud.uphone.client.UPhoneClient
- 所有已实现的接口:
Client,UPhoneClientInterface,Closeable,AutoCloseable
This client is used to call actions of **UPhone** service
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明createUPhone(CreateUPhoneRequest request) CreateUPhone - 创建云手机createUPhoneApp(CreateUPhoneAppRequest request) CreateUPhoneApp - 创建云手机应用CreateUPhoneAppVersion - 创建云手机应用版本CreateUPhoneImage - 创建云手机镜像CreateUPhoneServer - 创建云手机服务器deleteUPhone(DeleteUPhoneRequest request) DeleteUPhone - 删除云手机DeleteUPhoneImage - 删除自制云手机镜像。DeleteUPhoneServer - 删除云手机服务器DeleteUPhoneShareBandwidth - 删除云手机共享带宽describeUPhone(DescribeUPhoneRequest request) DescribeUPhone - 获取云手机列表DescribeUPhoneApp - 获取应用列表DescribeUPhoneAppVersion - 获取应用版本列表DescribeUPhoneCities - 获取云手机城市列表DescribeUPhoneDetailByApp - 查询应用所安装的云手机列表DescribeUPhoneEipList - 获取云手机Eip列表DescribeUPhoneImage - 获取云手机镜像信息列表DescribeUPhoneIpRegions - 获取云手机所在城市支持绑定独立IP的地域列表DescribeUPhoneJob - 查询Job的执行状态。DescribeUPhoneModel - 获取云手机规格列表DescribeUPhoneServer - 获取云手机服务器列表DescribeUPhoneServerModel - 获取ServerModel列表。DescribeUPhoneShareBandwidth - 获取共享带宽列表GetUPhoneAllowance - 获取云手机创建余量GetUPhoneBandwidthUpgradePrice - 获取云手机带宽升降级价格getUPhonePrice(GetUPhonePriceRequest request) GetUPhonePrice - 获取云手机价格GetUPhoneRenewPrice - 获取云手机续费价格GetUPhoneScreenCapture - 云手机截屏GetUPhoneServerPrice - 获取云手机服务器价格GetUPhoneServerRenewPrice - 获取云手机服务器续费价格GetUPhoneShareBandwidthUpgradePrice - 获取云手机共享带宽升降级价格importFile(ImportFileRequest request) ImportFile - 上传文件InstallUPhoneAppVersion - 安装云手机应用版本ModifyUPhoneBandwidth - 修改云手机带宽modifyUPhoneName(ModifyUPhoneNameRequest request) ModifyUPhoneName - 修改云手机名称ModifyUPhoneRemark - 修改云手机备注信息ModifyUPhoneServerName - 修改云手机服务器名称ModifyUPhoneServerRemark - 修改云手机服务器备注信息ModifyUPhoneShareBandwidth - 修改云手机共享带宽ModifyUPhoneShareBandwidthName - 修改云手机共享带宽名称ModifyUPhoneShareBandwidthRemark - 修改云手机共享带宽备注poweroffUPhone(PoweroffUPhoneRequest request) PoweroffUPhone - 关闭云手机poweronUPhone(PoweronUPhoneRequest request) PoweronUPhone - 开启云手机rebootUPhone(RebootUPhoneRequest request) RebootUPhone - 重启云手机renewUPhone(RenewUPhoneRequest request) RenewUPhone - 一键新机resetUPhone(ResetUPhoneRequest request) ResetUPhone - 重置云手机runAsyncCommand(RunAsyncCommandRequest request) RunAsyncCommand - 执行异步shell命令runSyncCommand(RunSyncCommandRequest request) RunSyncCommand - 执行同步shell命令SetUPhoneCallback - 设置云手机异步操作回调setUPhoneConfig(SetUPhoneConfigRequest request) SetUPhoneConfig - 设置云手机参数setUPhoneGPS(SetUPhoneGPSRequest request) SetUPhoneGPS - 设置云手机GPS信息SetUPhoneManagerMode - 设置云手机管理模式SetUPhoneRootMode - 设置云手机Root模式setUPhoneToken(SetUPhoneTokenRequest request) SetUPhoneToken - 设置云手机RTC连接TokenUnInstallUPhoneAppVersion - 卸载云手机应用版本UpdateUPhoneImage - 更新云手机镜像信息。从类继承的方法 cn.ucloud.common.client.DefaultClient
close, getConfig, getCredential, getTransport, invoke, setConfig, setCredential, setTransport, useMiddleware
-
构造器详细资料
-
UPhoneClient
-
-
方法详细资料
-
createUPhone
CreateUPhone - 创建云手机- 指定者:
createUPhone在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
createUPhoneApp
public CreateUPhoneAppResponse createUPhoneApp(CreateUPhoneAppRequest request) throws UCloudException CreateUPhoneApp - 创建云手机应用- 指定者:
createUPhoneApp在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
createUPhoneAppVersion
public CreateUPhoneAppVersionResponse createUPhoneAppVersion(CreateUPhoneAppVersionRequest request) throws UCloudException CreateUPhoneAppVersion - 创建云手机应用版本- 指定者:
createUPhoneAppVersion在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
createUPhoneImage
public CreateUPhoneImageResponse createUPhoneImage(CreateUPhoneImageRequest request) throws UCloudException CreateUPhoneImage - 创建云手机镜像- 指定者:
createUPhoneImage在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
createUPhoneServer
public CreateUPhoneServerResponse createUPhoneServer(CreateUPhoneServerRequest request) throws UCloudException CreateUPhoneServer - 创建云手机服务器- 指定者:
createUPhoneServer在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
deleteUPhone
DeleteUPhone - 删除云手机- 指定者:
deleteUPhone在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
deleteUPhoneImage
public DeleteUPhoneImageResponse deleteUPhoneImage(DeleteUPhoneImageRequest request) throws UCloudException DeleteUPhoneImage - 删除自制云手机镜像。- 指定者:
deleteUPhoneImage在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
deleteUPhoneServer
public DeleteUPhoneServerResponse deleteUPhoneServer(DeleteUPhoneServerRequest request) throws UCloudException DeleteUPhoneServer - 删除云手机服务器- 指定者:
deleteUPhoneServer在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
describeUPhone
DescribeUPhone - 获取云手机列表- 指定者:
describeUPhone在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
describeUPhoneApp
public DescribeUPhoneAppResponse describeUPhoneApp(DescribeUPhoneAppRequest request) throws UCloudException DescribeUPhoneApp - 获取应用列表- 指定者:
describeUPhoneApp在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
describeUPhoneAppVersion
public DescribeUPhoneAppVersionResponse describeUPhoneAppVersion(DescribeUPhoneAppVersionRequest request) throws UCloudException DescribeUPhoneAppVersion - 获取应用版本列表- 指定者:
describeUPhoneAppVersion在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
describeUPhoneCities
public DescribeUPhoneCitiesResponse describeUPhoneCities(DescribeUPhoneCitiesRequest request) throws UCloudException DescribeUPhoneCities - 获取云手机城市列表- 指定者:
describeUPhoneCities在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
describeUPhoneDetailByApp
public DescribeUPhoneDetailByAppResponse describeUPhoneDetailByApp(DescribeUPhoneDetailByAppRequest request) throws UCloudException DescribeUPhoneDetailByApp - 查询应用所安装的云手机列表- 指定者:
describeUPhoneDetailByApp在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
describeUPhoneEipList
public DescribeUPhoneEipListResponse describeUPhoneEipList(DescribeUPhoneEipListRequest request) throws UCloudException DescribeUPhoneEipList - 获取云手机Eip列表- 指定者:
describeUPhoneEipList在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
describeUPhoneImage
public DescribeUPhoneImageResponse describeUPhoneImage(DescribeUPhoneImageRequest request) throws UCloudException DescribeUPhoneImage - 获取云手机镜像信息列表- 指定者:
describeUPhoneImage在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
describeUPhoneIpRegions
public DescribeUPhoneIpRegionsResponse describeUPhoneIpRegions(DescribeUPhoneIpRegionsRequest request) throws UCloudException DescribeUPhoneIpRegions - 获取云手机所在城市支持绑定独立IP的地域列表- 指定者:
describeUPhoneIpRegions在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
describeUPhoneJob
public DescribeUPhoneJobResponse describeUPhoneJob(DescribeUPhoneJobRequest request) throws UCloudException DescribeUPhoneJob - 查询Job的执行状态。- 指定者:
describeUPhoneJob在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
describeUPhoneModel
public DescribeUPhoneModelResponse describeUPhoneModel(DescribeUPhoneModelRequest request) throws UCloudException DescribeUPhoneModel - 获取云手机规格列表- 指定者:
describeUPhoneModel在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
describeUPhoneServer
public DescribeUPhoneServerResponse describeUPhoneServer(DescribeUPhoneServerRequest request) throws UCloudException DescribeUPhoneServer - 获取云手机服务器列表- 指定者:
describeUPhoneServer在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
describeUPhoneServerModel
public DescribeUPhoneServerModelResponse describeUPhoneServerModel(DescribeUPhoneServerModelRequest request) throws UCloudException DescribeUPhoneServerModel - 获取ServerModel列表。- 指定者:
describeUPhoneServerModel在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
getUPhoneAllowance
public GetUPhoneAllowanceResponse getUPhoneAllowance(GetUPhoneAllowanceRequest request) throws UCloudException GetUPhoneAllowance - 获取云手机创建余量- 指定者:
getUPhoneAllowance在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
getUPhoneBandwidthUpgradePrice
public GetUPhoneBandwidthUpgradePriceResponse getUPhoneBandwidthUpgradePrice(GetUPhoneBandwidthUpgradePriceRequest request) throws UCloudException GetUPhoneBandwidthUpgradePrice - 获取云手机带宽升降级价格- 指定者:
getUPhoneBandwidthUpgradePrice在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
getUPhonePrice
GetUPhonePrice - 获取云手机价格- 指定者:
getUPhonePrice在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
getUPhoneRenewPrice
public GetUPhoneRenewPriceResponse getUPhoneRenewPrice(GetUPhoneRenewPriceRequest request) throws UCloudException GetUPhoneRenewPrice - 获取云手机续费价格- 指定者:
getUPhoneRenewPrice在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
getUPhoneScreenCapture
public GetUPhoneScreenCaptureResponse getUPhoneScreenCapture(GetUPhoneScreenCaptureRequest request) throws UCloudException GetUPhoneScreenCapture - 云手机截屏- 指定者:
getUPhoneScreenCapture在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
getUPhoneServerPrice
public GetUPhoneServerPriceResponse getUPhoneServerPrice(GetUPhoneServerPriceRequest request) throws UCloudException GetUPhoneServerPrice - 获取云手机服务器价格- 指定者:
getUPhoneServerPrice在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
getUPhoneServerRenewPrice
public GetUPhoneServerRenewPriceResponse getUPhoneServerRenewPrice(GetUPhoneServerRenewPriceRequest request) throws UCloudException GetUPhoneServerRenewPrice - 获取云手机服务器续费价格- 指定者:
getUPhoneServerRenewPrice在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
importFile
ImportFile - 上传文件- 指定者:
importFile在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
installUPhoneAppVersion
public InstallUPhoneAppVersionResponse installUPhoneAppVersion(InstallUPhoneAppVersionRequest request) throws UCloudException InstallUPhoneAppVersion - 安装云手机应用版本- 指定者:
installUPhoneAppVersion在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
modifyUPhoneBandwidth
public ModifyUPhoneBandwidthResponse modifyUPhoneBandwidth(ModifyUPhoneBandwidthRequest request) throws UCloudException ModifyUPhoneBandwidth - 修改云手机带宽- 指定者:
modifyUPhoneBandwidth在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
modifyUPhoneName
public ModifyUPhoneNameResponse modifyUPhoneName(ModifyUPhoneNameRequest request) throws UCloudException ModifyUPhoneName - 修改云手机名称- 指定者:
modifyUPhoneName在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
modifyUPhoneRemark
public ModifyUPhoneRemarkResponse modifyUPhoneRemark(ModifyUPhoneRemarkRequest request) throws UCloudException ModifyUPhoneRemark - 修改云手机备注信息- 指定者:
modifyUPhoneRemark在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
modifyUPhoneServerName
public ModifyUPhoneServerNameResponse modifyUPhoneServerName(ModifyUPhoneServerNameRequest request) throws UCloudException ModifyUPhoneServerName - 修改云手机服务器名称- 指定者:
modifyUPhoneServerName在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
modifyUPhoneServerRemark
public ModifyUPhoneServerRemarkResponse modifyUPhoneServerRemark(ModifyUPhoneServerRemarkRequest request) throws UCloudException ModifyUPhoneServerRemark - 修改云手机服务器备注信息- 指定者:
modifyUPhoneServerRemark在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
poweroffUPhone
PoweroffUPhone - 关闭云手机- 指定者:
poweroffUPhone在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
poweronUPhone
PoweronUPhone - 开启云手机- 指定者:
poweronUPhone在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
rebootUPhone
RebootUPhone - 重启云手机- 指定者:
rebootUPhone在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
renewUPhone
RenewUPhone - 一键新机- 指定者:
renewUPhone在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
resetUPhone
ResetUPhone - 重置云手机- 指定者:
resetUPhone在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
runAsyncCommand
public RunAsyncCommandResponse runAsyncCommand(RunAsyncCommandRequest request) throws UCloudException RunAsyncCommand - 执行异步shell命令- 指定者:
runAsyncCommand在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
runSyncCommand
RunSyncCommand - 执行同步shell命令- 指定者:
runSyncCommand在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
setUPhoneCallback
public SetUPhoneCallbackResponse setUPhoneCallback(SetUPhoneCallbackRequest request) throws UCloudException SetUPhoneCallback - 设置云手机异步操作回调- 指定者:
setUPhoneCallback在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
setUPhoneConfig
public SetUPhoneConfigResponse setUPhoneConfig(SetUPhoneConfigRequest request) throws UCloudException SetUPhoneConfig - 设置云手机参数- 指定者:
setUPhoneConfig在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
setUPhoneGPS
SetUPhoneGPS - 设置云手机GPS信息- 指定者:
setUPhoneGPS在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
setUPhoneManagerMode
public SetUPhoneManagerModeResponse setUPhoneManagerMode(SetUPhoneManagerModeRequest request) throws UCloudException SetUPhoneManagerMode - 设置云手机管理模式- 指定者:
setUPhoneManagerMode在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
setUPhoneRootMode
public SetUPhoneRootModeResponse setUPhoneRootMode(SetUPhoneRootModeRequest request) throws UCloudException SetUPhoneRootMode - 设置云手机Root模式- 指定者:
setUPhoneRootMode在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
setUPhoneToken
SetUPhoneToken - 设置云手机RTC连接Token- 指定者:
setUPhoneToken在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
unInstallUPhoneAppVersion
public UnInstallUPhoneAppVersionResponse unInstallUPhoneAppVersion(UnInstallUPhoneAppVersionRequest request) throws UCloudException UnInstallUPhoneAppVersion - 卸载云手机应用版本- 指定者:
unInstallUPhoneAppVersion在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-
updateUPhoneImage
public UpdateUPhoneImageResponse updateUPhoneImage(UpdateUPhoneImageRequest request) throws UCloudException UpdateUPhoneImage - 更新云手机镜像信息。- 指定者:
updateUPhoneImage在接口中UPhoneClientInterface- 参数:
request- Request object- 抛出:
UCloudException- Exception
-