Class IssClient
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractClient
-
- com.tencentcloudapi.iss.v20230517.IssClient
-
public class IssClient extends AbstractClient
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractClient
gson, HTTP_RSP_OK, SDK_VERSION
-
-
Constructor Summary
Constructors Constructor Description IssClient(Credential credential, String region)
IssClient(Credential credential, String region, ClientProfile profile)
-
Method Summary
-
Methods inherited from class com.tencentcloudapi.common.AbstractClient
call, callOctetStream, getClientProfile, getCredential, getRegion, getRegionBreaker, internalRequest, retry, setClientProfile, setCredential, setRegion, setRegionBreaker
-
-
-
-
Constructor Detail
-
IssClient
public IssClient(Credential credential, String region)
-
IssClient
public IssClient(Credential credential, String region, ClientProfile profile)
-
-
Method Detail
-
AddAITask
public AddAITaskResponse AddAITask(AddAITaskRequest req) throws TencentCloudSDKException
添加AI任务- Parameters:
req
- AddAITaskRequest- Returns:
- AddAITaskResponse
- Throws:
TencentCloudSDKException
-
AddOrganization
public AddOrganizationResponse AddOrganization(AddOrganizationRequest req) throws TencentCloudSDKException
用于新增组织。- Parameters:
req
- AddOrganizationRequest- Returns:
- AddOrganizationResponse
- Throws:
TencentCloudSDKException
-
AddRecordBackupPlan
public AddRecordBackupPlanResponse AddRecordBackupPlan(AddRecordBackupPlanRequest req) throws TencentCloudSDKException
用于新增录像上云计划 (当前仅适用于通过GB28181协议和网关接入的设备/视频通道)- Parameters:
req
- AddRecordBackupPlanRequest- Returns:
- AddRecordBackupPlanResponse
- Throws:
TencentCloudSDKException
-
AddRecordBackupTemplate
public AddRecordBackupTemplateResponse AddRecordBackupTemplate(AddRecordBackupTemplateRequest req) throws TencentCloudSDKException
用于新增录像上云模板。 > 该功能本质是拉取设备本地录像数据上云(即存在 IPC 摄像头存储卡或 NVR 硬盘中的录像),操作时需先设定录像时间段(即想要上云的设备本地录像),再设定上云时间段和上云倍速,平台将于上云时间段倍速拉取设备对应前一天的录像时间段数据。 > 设定需至少满足(上云时间段=前一天的录像时间段/上云倍速),建议上云时间段可多设定10%左右的时间,避免因网络波动导致数据拉取不完整。- Parameters:
req
- AddRecordBackupTemplateRequest- Returns:
- AddRecordBackupTemplateResponse
- Throws:
TencentCloudSDKException
-
AddRecordPlan
public AddRecordPlanResponse AddRecordPlan(AddRecordPlanRequest req) throws TencentCloudSDKException
用于新增实时上云计划- Parameters:
req
- AddRecordPlanRequest- Returns:
- AddRecordPlanResponse
- Throws:
TencentCloudSDKException
-
AddRecordRetrieveTask
public AddRecordRetrieveTaskResponse AddRecordRetrieveTask(AddRecordRetrieveTaskRequest req) throws TencentCloudSDKException
用于新建取回任务- Parameters:
req
- AddRecordRetrieveTaskRequest- Returns:
- AddRecordRetrieveTaskResponse
- Throws:
TencentCloudSDKException
-
AddRecordTemplate
public AddRecordTemplateResponse AddRecordTemplate(AddRecordTemplateRequest req) throws TencentCloudSDKException
用于新增实时上云模板- Parameters:
req
- AddRecordTemplateRequest- Returns:
- AddRecordTemplateResponse
- Throws:
TencentCloudSDKException
-
AddStreamAuth
public AddStreamAuthResponse AddStreamAuth(AddStreamAuthRequest req) throws TencentCloudSDKException
用于设置推拉流鉴权配置。- Parameters:
req
- AddStreamAuthRequest- Returns:
- AddStreamAuthResponse
- Throws:
TencentCloudSDKException
-
AddUserDevice
public AddUserDeviceResponse AddUserDevice(AddUserDeviceRequest req) throws TencentCloudSDKException
用于新增单个设备。添加设备之后,可根据返回结果到设备上进行配置,配置后等待设备注册/推流。- Parameters:
req
- AddUserDeviceRequest- Returns:
- AddUserDeviceResponse
- Throws:
TencentCloudSDKException
-
BatchOperateDevice
public BatchOperateDeviceResponse BatchOperateDevice(BatchOperateDeviceRequest req) throws TencentCloudSDKException
用于批量操作(启用,禁用,删除)设备- Parameters:
req
- BatchOperateDeviceRequest- Returns:
- BatchOperateDeviceResponse
- Throws:
TencentCloudSDKException
-
CheckDomain
public CheckDomainResponse CheckDomain(CheckDomainRequest req) throws TencentCloudSDKException
用于检测域名是否备案。- Parameters:
req
- CheckDomainRequest- Returns:
- CheckDomainResponse
- Throws:
TencentCloudSDKException
-
ControlDevicePTZ
public ControlDevicePTZResponse ControlDevicePTZ(ControlDevicePTZRequest req) throws TencentCloudSDKException
用于设备通道云台控制,包括转动、变倍、变焦、光圈等。- Parameters:
req
- ControlDevicePTZRequest- Returns:
- ControlDevicePTZResponse
- Throws:
TencentCloudSDKException
-
ControlDevicePreset
public ControlDevicePresetResponse ControlDevicePreset(ControlDevicePresetRequest req) throws TencentCloudSDKException
用于操作设备预置位,包括设置、删除、调用。- Parameters:
req
- ControlDevicePresetRequest- Returns:
- ControlDevicePresetResponse
- Throws:
TencentCloudSDKException
-
ControlDeviceStream
public ControlDeviceStreamResponse ControlDeviceStream(ControlDeviceStreamRequest req) throws TencentCloudSDKException
用于获取设备的实时开流地址。- Parameters:
req
- ControlDeviceStreamRequest- Returns:
- ControlDeviceStreamResponse
- Throws:
TencentCloudSDKException
-
ControlRecord
public ControlRecordResponse ControlRecord(ControlRecordRequest req) throws TencentCloudSDKException
用于录像回放过程中的倍速、跳转、播放/暂停/停止等控制。- Parameters:
req
- ControlRecordRequest- Returns:
- ControlRecordResponse
- Throws:
TencentCloudSDKException
-
ControlRecordTimeline
public ControlRecordTimelineResponse ControlRecordTimeline(ControlRecordTimelineRequest req) throws TencentCloudSDKException
用于查询设备本地录像时间轴信息,为NVR/IPC本地存储的录像。- Parameters:
req
- ControlRecordTimelineRequest- Returns:
- ControlRecordTimelineResponse
- Throws:
TencentCloudSDKException
-
DeleteAITask
public DeleteAITaskResponse DeleteAITask(DeleteAITaskRequest req) throws TencentCloudSDKException
删除AI任务- Parameters:
req
- DeleteAITaskRequest- Returns:
- DeleteAITaskResponse
- Throws:
TencentCloudSDKException
-
DeleteDomain
public DeleteDomainResponse DeleteDomain(DeleteDomainRequest req) throws TencentCloudSDKException
用于删除域名。- Parameters:
req
- DeleteDomainRequest- Returns:
- DeleteDomainResponse
- Throws:
TencentCloudSDKException
-
DeleteGateway
public DeleteGatewayResponse DeleteGateway(DeleteGatewayRequest req) throws TencentCloudSDKException
用于删除网关。- Parameters:
req
- DeleteGatewayRequest- Returns:
- DeleteGatewayResponse
- Throws:
TencentCloudSDKException
-
DeleteOrganization
public DeleteOrganizationResponse DeleteOrganization(DeleteOrganizationRequest req) throws TencentCloudSDKException
用于删除组织。- Parameters:
req
- DeleteOrganizationRequest- Returns:
- DeleteOrganizationResponse
- Throws:
TencentCloudSDKException
-
DeleteRecordBackupPlan
public DeleteRecordBackupPlanResponse DeleteRecordBackupPlan(DeleteRecordBackupPlanRequest req) throws TencentCloudSDKException
用于删除录像上云模板。- Parameters:
req
- DeleteRecordBackupPlanRequest- Returns:
- DeleteRecordBackupPlanResponse
- Throws:
TencentCloudSDKException
-
DeleteRecordBackupTemplate
public DeleteRecordBackupTemplateResponse DeleteRecordBackupTemplate(DeleteRecordBackupTemplateRequest req) throws TencentCloudSDKException
用于删除录像上云模板。- Parameters:
req
- DeleteRecordBackupTemplateRequest- Returns:
- DeleteRecordBackupTemplateResponse
- Throws:
TencentCloudSDKException
-
DeleteRecordPlan
public DeleteRecordPlanResponse DeleteRecordPlan(DeleteRecordPlanRequest req) throws TencentCloudSDKException
用于删除实时上云计划- Parameters:
req
- DeleteRecordPlanRequest- Returns:
- DeleteRecordPlanResponse
- Throws:
TencentCloudSDKException
-
DeleteRecordRetrieveTask
public DeleteRecordRetrieveTaskResponse DeleteRecordRetrieveTask(DeleteRecordRetrieveTaskRequest req) throws TencentCloudSDKException
用于删除取回任务- Parameters:
req
- DeleteRecordRetrieveTaskRequest- Returns:
- DeleteRecordRetrieveTaskResponse
- Throws:
TencentCloudSDKException
-
DeleteRecordTemplate
public DeleteRecordTemplateResponse DeleteRecordTemplate(DeleteRecordTemplateRequest req) throws TencentCloudSDKException
用于删除实时上云模板- Parameters:
req
- DeleteRecordTemplateRequest- Returns:
- DeleteRecordTemplateResponse
- Throws:
TencentCloudSDKException
-
DeleteUserDevice
public DeleteUserDeviceResponse DeleteUserDevice(DeleteUserDeviceRequest req) throws TencentCloudSDKException
用于删除已添加的设备。- Parameters:
req
- DeleteUserDeviceRequest- Returns:
- DeleteUserDeviceResponse
- Throws:
TencentCloudSDKException
-
DescribeAITask
public DescribeAITaskResponse DescribeAITask(DescribeAITaskRequest req) throws TencentCloudSDKException
获取AI任务详情- Parameters:
req
- DescribeAITaskRequest- Returns:
- DescribeAITaskResponse
- Throws:
TencentCloudSDKException
-
DescribeAITaskResult
public DescribeAITaskResultResponse DescribeAITaskResult(DescribeAITaskResultRequest req) throws TencentCloudSDKException
获取AI任务识别结果- Parameters:
req
- DescribeAITaskResultRequest- Returns:
- DescribeAITaskResultResponse
- Throws:
TencentCloudSDKException
-
DescribeCNAME
public DescribeCNAMEResponse DescribeCNAME(DescribeCNAMERequest req) throws TencentCloudSDKException
用于根据服务节点获取 CNAME 值。- Parameters:
req
- DescribeCNAMERequest- Returns:
- DescribeCNAMEResponse
- Throws:
TencentCloudSDKException
-
DescribeDeviceChannel
public DescribeDeviceChannelResponse DescribeDeviceChannel(DescribeDeviceChannelRequest req) throws TencentCloudSDKException
用于查询设备的通道。- Parameters:
req
- DescribeDeviceChannelRequest- Returns:
- DescribeDeviceChannelResponse
- Throws:
TencentCloudSDKException
-
DescribeDevicePreset
public DescribeDevicePresetResponse DescribeDevicePreset(DescribeDevicePresetRequest req) throws TencentCloudSDKException
用于查询设备通道预置位信息。- Parameters:
req
- DescribeDevicePresetRequest- Returns:
- DescribeDevicePresetResponse
- Throws:
TencentCloudSDKException
-
DescribeDeviceRegion
public DescribeDeviceRegionResponse DescribeDeviceRegion(DescribeDeviceRegionRequest req) throws TencentCloudSDKException
用于添加设备时,查询设备可以使用的服务节点,查询结果为已经绑定了域名的服务节点。- Parameters:
req
- DescribeDeviceRegionRequest- Returns:
- DescribeDeviceRegionResponse
- Throws:
TencentCloudSDKException
-
DescribeDomain
public DescribeDomainResponse DescribeDomain(DescribeDomainRequest req) throws TencentCloudSDKException
用于查询添加的域名列表。- Parameters:
req
- DescribeDomainRequest- Returns:
- DescribeDomainResponse
- Throws:
TencentCloudSDKException
-
DescribeDomainRegion
public DescribeDomainRegionResponse DescribeDomainRegion(DescribeDomainRegionRequest req) throws TencentCloudSDKException
用于用户添加域名时,查询可以绑定的服务节点,结果为平台支持的所有服务节点。(注意:每个服务节点只能绑定一个域名)- Parameters:
req
- DescribeDomainRegionRequest- Returns:
- DescribeDomainRegionResponse
- Throws:
TencentCloudSDKException
-
DescribeGateway
public DescribeGatewayResponse DescribeGateway(DescribeGatewayRequest req) throws TencentCloudSDKException
用于获取网关详情。- Parameters:
req
- DescribeGatewayRequest- Returns:
- DescribeGatewayResponse
- Throws:
TencentCloudSDKException
-
DescribeGatewayMonitor
public DescribeGatewayMonitorResponse DescribeGatewayMonitor(DescribeGatewayMonitorRequest req) throws TencentCloudSDKException
用于获取网关的数据及流量监控信息。- Parameters:
req
- DescribeGatewayMonitorRequest- Returns:
- DescribeGatewayMonitorResponse
- Throws:
TencentCloudSDKException
-
DescribeGatewayProtocol
public DescribeGatewayProtocolResponse DescribeGatewayProtocol(DescribeGatewayProtocolRequest req) throws TencentCloudSDKException
用于查询网关接入协议。- Parameters:
req
- DescribeGatewayProtocolRequest- Returns:
- DescribeGatewayProtocolResponse
- Throws:
TencentCloudSDKException
-
DescribeGatewayVersion
public DescribeGatewayVersionResponse DescribeGatewayVersion(DescribeGatewayVersionRequest req) throws TencentCloudSDKException
查询网关服务版本- Parameters:
req
- DescribeGatewayVersionRequest- Returns:
- DescribeGatewayVersionResponse
- Throws:
TencentCloudSDKException
-
DescribeOrganization
public DescribeOrganizationResponse DescribeOrganization(DescribeOrganizationRequest req) throws TencentCloudSDKException
用于查询组织。- Parameters:
req
- DescribeOrganizationRequest- Returns:
- DescribeOrganizationResponse
- Throws:
TencentCloudSDKException
-
DescribeRecordBackupPlan
public DescribeRecordBackupPlanResponse DescribeRecordBackupPlan(DescribeRecordBackupPlanRequest req) throws TencentCloudSDKException
用于查询录像上云计划详情。- Parameters:
req
- DescribeRecordBackupPlanRequest- Returns:
- DescribeRecordBackupPlanResponse
- Throws:
TencentCloudSDKException
-
DescribeRecordBackupTemplate
public DescribeRecordBackupTemplateResponse DescribeRecordBackupTemplate(DescribeRecordBackupTemplateRequest req) throws TencentCloudSDKException
用于查询录像上云模板详情。- Parameters:
req
- DescribeRecordBackupTemplateRequest- Returns:
- DescribeRecordBackupTemplateResponse
- Throws:
TencentCloudSDKException
-
DescribeRecordFile
public DescribeRecordFileResponse DescribeRecordFile(DescribeRecordFileRequest req) throws TencentCloudSDKException
用于查询设备云端录像时间轴信息(即为视频上云后设置录像计划后云存储的录像)- Parameters:
req
- DescribeRecordFileRequest- Returns:
- DescribeRecordFileResponse
- Throws:
TencentCloudSDKException
-
DescribeRecordPlan
public DescribeRecordPlanResponse DescribeRecordPlan(DescribeRecordPlanRequest req) throws TencentCloudSDKException
用于查询实时上云计划详情- Parameters:
req
- DescribeRecordPlanRequest- Returns:
- DescribeRecordPlanResponse
- Throws:
TencentCloudSDKException
-
DescribeRecordPlaybackUrl
public DescribeRecordPlaybackUrlResponse DescribeRecordPlaybackUrl(DescribeRecordPlaybackUrlRequest req) throws TencentCloudSDKException
用于获取云端录像回放url地址- Parameters:
req
- DescribeRecordPlaybackUrlRequest- Returns:
- DescribeRecordPlaybackUrlResponse
- Throws:
TencentCloudSDKException
-
DescribeRecordRetrieveTask
public DescribeRecordRetrieveTaskResponse DescribeRecordRetrieveTask(DescribeRecordRetrieveTaskRequest req) throws TencentCloudSDKException
用于查询云录像取回任务详情- Parameters:
req
- DescribeRecordRetrieveTaskRequest- Returns:
- DescribeRecordRetrieveTaskResponse
- Throws:
TencentCloudSDKException
-
DescribeRecordTemplate
public DescribeRecordTemplateResponse DescribeRecordTemplate(DescribeRecordTemplateRequest req) throws TencentCloudSDKException
用于查询实时上云模板详情- Parameters:
req
- DescribeRecordTemplateRequest- Returns:
- DescribeRecordTemplateResponse
- Throws:
TencentCloudSDKException
-
DescribeStreamAuth
public DescribeStreamAuthResponse DescribeStreamAuth(DescribeStreamAuthRequest req) throws TencentCloudSDKException
用于查询推拉流鉴权配置。- Parameters:
req
- DescribeStreamAuthRequest- Returns:
- DescribeStreamAuthResponse
- Throws:
TencentCloudSDKException
-
DescribeTask
public DescribeTaskResponse DescribeTask(DescribeTaskRequest req) throws TencentCloudSDKException
用于查询任务详情- Parameters:
req
- DescribeTaskRequest- Returns:
- DescribeTaskResponse
- Throws:
TencentCloudSDKException
-
DescribeUserDevice
public DescribeUserDeviceResponse DescribeUserDevice(DescribeUserDeviceRequest req) throws TencentCloudSDKException
用于查询设备的详细信息。- Parameters:
req
- DescribeUserDeviceRequest- Returns:
- DescribeUserDeviceResponse
- Throws:
TencentCloudSDKException
-
DescribeVideoDownloadUrl
public DescribeVideoDownloadUrlResponse DescribeVideoDownloadUrl(DescribeVideoDownloadUrlRequest req) throws TencentCloudSDKException
用于获取云录像下载 url- Parameters:
req
- DescribeVideoDownloadUrlRequest- Returns:
- DescribeVideoDownloadUrlResponse
- Throws:
TencentCloudSDKException
-
ListAITasks
public ListAITasksResponse ListAITasks(ListAITasksRequest req) throws TencentCloudSDKException
获取AI任务列表- Parameters:
req
- ListAITasksRequest- Returns:
- ListAITasksResponse
- Throws:
TencentCloudSDKException
-
ListDevices
public ListDevicesResponse ListDevices(ListDevicesRequest req) throws TencentCloudSDKException
用于获取对应组织下的设备列表。- Parameters:
req
- ListDevicesRequest- Returns:
- ListDevicesResponse
- Throws:
TencentCloudSDKException
-
ListGatewayDevices
public ListGatewayDevicesResponse ListGatewayDevices(ListGatewayDevicesRequest req) throws TencentCloudSDKException
用于查询网关下挂载的设备列表。- Parameters:
req
- ListGatewayDevicesRequest- Returns:
- ListGatewayDevicesResponse
- Throws:
TencentCloudSDKException
-
ListGateways
public ListGatewaysResponse ListGateways(ListGatewaysRequest req) throws TencentCloudSDKException
用于获取网关列表。- Parameters:
req
- ListGatewaysRequest- Returns:
- ListGatewaysResponse
- Throws:
TencentCloudSDKException
-
ListOrganizationChannelNumbers
public ListOrganizationChannelNumbersResponse ListOrganizationChannelNumbers(ListOrganizationChannelNumbersRequest req) throws TencentCloudSDKException
用于查询组织目录下的未添加到实时上云计划中的通道数量- Parameters:
req
- ListOrganizationChannelNumbersRequest- Returns:
- ListOrganizationChannelNumbersResponse
- Throws:
TencentCloudSDKException
-
ListOrganizationChannels
public ListOrganizationChannelsResponse ListOrganizationChannels(ListOrganizationChannelsRequest req) throws TencentCloudSDKException
用于查询组织目录下的通道列表- Parameters:
req
- ListOrganizationChannelsRequest- Returns:
- ListOrganizationChannelsResponse
- Throws:
TencentCloudSDKException
-
ListRecordBackupPlanDevices
public ListRecordBackupPlanDevicesResponse ListRecordBackupPlanDevices(ListRecordBackupPlanDevicesRequest req) throws TencentCloudSDKException
用于查询录像上云计划下的设备通道列表。- Parameters:
req
- ListRecordBackupPlanDevicesRequest- Returns:
- ListRecordBackupPlanDevicesResponse
- Throws:
TencentCloudSDKException
-
ListRecordBackupPlans
public ListRecordBackupPlansResponse ListRecordBackupPlans(ListRecordBackupPlansRequest req) throws TencentCloudSDKException
用于查询录像上云计划列表。- Parameters:
req
- ListRecordBackupPlansRequest- Returns:
- ListRecordBackupPlansResponse
- Throws:
TencentCloudSDKException
-
ListRecordBackupTemplates
public ListRecordBackupTemplatesResponse ListRecordBackupTemplates(ListRecordBackupTemplatesRequest req) throws TencentCloudSDKException
用于查询录像上云模板列表。- Parameters:
req
- ListRecordBackupTemplatesRequest- Returns:
- ListRecordBackupTemplatesResponse
- Throws:
TencentCloudSDKException
-
ListRecordPlanChannels
public ListRecordPlanChannelsResponse ListRecordPlanChannels(ListRecordPlanChannelsRequest req) throws TencentCloudSDKException
用于查询用户下所有实时上云计划中的通道列表- Parameters:
req
- ListRecordPlanChannelsRequest- Returns:
- ListRecordPlanChannelsResponse
- Throws:
TencentCloudSDKException
-
ListRecordPlanDevices
public ListRecordPlanDevicesResponse ListRecordPlanDevices(ListRecordPlanDevicesRequest req) throws TencentCloudSDKException
用于查询实时上云计划下的设备通道列表- Parameters:
req
- ListRecordPlanDevicesRequest- Returns:
- ListRecordPlanDevicesResponse
- Throws:
TencentCloudSDKException
-
ListRecordPlans
public ListRecordPlansResponse ListRecordPlans(ListRecordPlansRequest req) throws TencentCloudSDKException
用于查询实时上云计划列表- Parameters:
req
- ListRecordPlansRequest- Returns:
- ListRecordPlansResponse
- Throws:
TencentCloudSDKException
-
ListRecordRetrieveTasks
public ListRecordRetrieveTasksResponse ListRecordRetrieveTasks(ListRecordRetrieveTasksRequest req) throws TencentCloudSDKException
用于查询取回任务列表- Parameters:
req
- ListRecordRetrieveTasksRequest- Returns:
- ListRecordRetrieveTasksResponse
- Throws:
TencentCloudSDKException
-
ListRecordTemplates
public ListRecordTemplatesResponse ListRecordTemplates(ListRecordTemplatesRequest req) throws TencentCloudSDKException
用于查询实时上云模板列表- Parameters:
req
- ListRecordTemplatesRequest- Returns:
- ListRecordTemplatesResponse
- Throws:
TencentCloudSDKException
-
ListSubTasks
public ListSubTasksResponse ListSubTasks(ListSubTasksRequest req) throws TencentCloudSDKException
用于查询任务的子任务列表- Parameters:
req
- ListSubTasksRequest- Returns:
- ListSubTasksResponse
- Throws:
TencentCloudSDKException
-
ListTasks
public ListTasksResponse ListTasks(ListTasksRequest req) throws TencentCloudSDKException
用于查询批量任务和简单任务列表- Parameters:
req
- ListTasksRequest- Returns:
- ListTasksResponse
- Throws:
TencentCloudSDKException
-
PlayRecord
public PlayRecordResponse PlayRecord(PlayRecordRequest req) throws TencentCloudSDKException
用于获取设备本地录像 URL 地址。- Parameters:
req
- PlayRecordRequest- Returns:
- PlayRecordResponse
- Throws:
TencentCloudSDKException
-
RefreshDeviceChannel
public RefreshDeviceChannelResponse RefreshDeviceChannel(RefreshDeviceChannelRequest req) throws TencentCloudSDKException
用于刷新国标设备的通道(接口调用后,触发向设备请求通道列表,新增的通道入库,设备上已删除的通道需自行删除、后台不自动删除)。- Parameters:
req
- RefreshDeviceChannelRequest- Returns:
- RefreshDeviceChannelResponse
- Throws:
TencentCloudSDKException
-
UpdateAITask
public UpdateAITaskResponse UpdateAITask(UpdateAITaskRequest req) throws TencentCloudSDKException
更新AI任务- Parameters:
req
- UpdateAITaskRequest- Returns:
- UpdateAITaskResponse
- Throws:
TencentCloudSDKException
-
UpdateAITaskStatus
public UpdateAITaskStatusResponse UpdateAITaskStatus(UpdateAITaskStatusRequest req) throws TencentCloudSDKException
更新 AI 任务状态- Parameters:
req
- UpdateAITaskStatusRequest- Returns:
- UpdateAITaskStatusResponse
- Throws:
TencentCloudSDKException
-
UpdateDeviceOrganization
public UpdateDeviceOrganizationResponse UpdateDeviceOrganization(UpdateDeviceOrganizationRequest req) throws TencentCloudSDKException
用于批量更改设备的组织。- Parameters:
req
- UpdateDeviceOrganizationRequest- Returns:
- UpdateDeviceOrganizationResponse
- Throws:
TencentCloudSDKException
-
UpdateDeviceStatus
public UpdateDeviceStatusResponse UpdateDeviceStatus(UpdateDeviceStatusRequest req) throws TencentCloudSDKException
用于启用/禁用设备,禁用后拒绝设备注册。- Parameters:
req
- UpdateDeviceStatusRequest- Returns:
- UpdateDeviceStatusResponse
- Throws:
TencentCloudSDKException
-
UpdateGateway
public UpdateGatewayResponse UpdateGateway(UpdateGatewayRequest req) throws TencentCloudSDKException
用于修改网关信息(支持对网关名称和描述的修改)。- Parameters:
req
- UpdateGatewayRequest- Returns:
- UpdateGatewayResponse
- Throws:
TencentCloudSDKException
-
UpdateOrganization
public UpdateOrganizationResponse UpdateOrganization(UpdateOrganizationRequest req) throws TencentCloudSDKException
用于修改组织。- Parameters:
req
- UpdateOrganizationRequest- Returns:
- UpdateOrganizationResponse
- Throws:
TencentCloudSDKException
-
UpdateRecordBackupPlan
public UpdateRecordBackupPlanResponse UpdateRecordBackupPlan(UpdateRecordBackupPlanRequest req) throws TencentCloudSDKException
用于修改录像上云计划。- Parameters:
req
- UpdateRecordBackupPlanRequest- Returns:
- UpdateRecordBackupPlanResponse
- Throws:
TencentCloudSDKException
-
UpdateRecordBackupTemplate
public UpdateRecordBackupTemplateResponse UpdateRecordBackupTemplate(UpdateRecordBackupTemplateRequest req) throws TencentCloudSDKException
用于修改录像上云模板。- Parameters:
req
- UpdateRecordBackupTemplateRequest- Returns:
- UpdateRecordBackupTemplateResponse
- Throws:
TencentCloudSDKException
-
UpdateRecordPlan
public UpdateRecordPlanResponse UpdateRecordPlan(UpdateRecordPlanRequest req) throws TencentCloudSDKException
用于修改实时上云计划- Parameters:
req
- UpdateRecordPlanRequest- Returns:
- UpdateRecordPlanResponse
- Throws:
TencentCloudSDKException
-
UpdateRecordTemplate
public UpdateRecordTemplateResponse UpdateRecordTemplate(UpdateRecordTemplateRequest req) throws TencentCloudSDKException
用于修改实时上云模板- Parameters:
req
- UpdateRecordTemplateRequest- Returns:
- UpdateRecordTemplateResponse
- Throws:
TencentCloudSDKException
-
UpdateUserDevice
public UpdateUserDeviceResponse UpdateUserDevice(UpdateUserDeviceRequest req) throws TencentCloudSDKException
用于修改设备的配置信息。- Parameters:
req
- UpdateUserDeviceRequest- Returns:
- UpdateUserDeviceResponse
- Throws:
TencentCloudSDKException
-
UpgradeGateway
public UpgradeGatewayResponse UpgradeGateway(UpgradeGatewayRequest req) throws TencentCloudSDKException
用于网关升级(支持对所有待更新的服务一键升级)。- Parameters:
req
- UpgradeGatewayRequest- Returns:
- UpgradeGatewayResponse
- Throws:
TencentCloudSDKException
-
-