public class TavClient extends AbstractClient
gson, HTTP_RSP_OK, SDK_VERSION
Constructor and Description |
---|
TavClient(Credential credential,
String region) |
TavClient(Credential credential,
String region,
ClientProfile profile) |
Modifier and Type | Method and Description |
---|---|
GetLocalEngineResponse |
GetLocalEngine(GetLocalEngineRequest req)
获取TAV本地引擎
|
GetScanResultResponse |
GetScanResult(GetScanResultRequest req)
tav文件上传扫描结果查询
|
ScanFileResponse |
ScanFile(ScanFileRequest req)
tav文件上传扫描
|
ScanFileHashResponse |
ScanFileHash(ScanFileHashRequest req)
通过文件哈希值获取文件黑白属性
|
call, callOctetStream, getClientProfile, getCredential, getRegion, getRegionBreaker, internalRequest, retry, setClientProfile, setCredential, setRegion, setRegionBreaker
public TavClient(Credential credential, String region)
public TavClient(Credential credential, String region, ClientProfile profile)
public GetLocalEngineResponse GetLocalEngine(GetLocalEngineRequest req) throws TencentCloudSDKException
req
- GetLocalEngineRequestTencentCloudSDKException
public GetScanResultResponse GetScanResult(GetScanResultRequest req) throws TencentCloudSDKException
req
- GetScanResultRequestTencentCloudSDKException
public ScanFileResponse ScanFile(ScanFileRequest req) throws TencentCloudSDKException
req
- ScanFileRequestTencentCloudSDKException
public ScanFileHashResponse ScanFileHash(ScanFileHashRequest req) throws TencentCloudSDKException
req
- ScanFileHashRequestTencentCloudSDKException
Copyright © 2023. All rights reserved.