use of com.qcloud.cos.COSClient in project cos-java-sdk-v5 by tencentyun.
the class DocBucketDemo method main.
public static void main(String[] args) {
// 1 初始化用户身份信息(secretId, secretKey)。
COSClient client = ClientUtils.getTestClient();
// 2 调用要使用的方法。
describeDocProcessBuckets(client);
}
use of com.qcloud.cos.COSClient in project cos-java-sdk-v5 by tencentyun.
the class AudioAuditingJobDemo method main.
public static void main(String[] args) throws InterruptedException {
// 1 初始化用户身份信息(secretId, secretKey)。
COSClient client = ClientUtils.getTestClient();
// 2 调用要使用的方法。
describeAudioAuditingJob(client);
}
use of com.qcloud.cos.COSClient in project cos-java-sdk-v5 by tencentyun.
the class SnapshotDemo method main.
public static void main(String[] args) throws Exception {
// 1 初始化用户身份信息(secretId, secretKey)。
COSClient client = ClientUtils.getTestClient();
// 2 调用要使用的方法。
generateSnapshot(client);
}
use of com.qcloud.cos.COSClient in project cos-java-sdk-v5 by tencentyun.
the class TextAuditingJobDemo method main.
public static void main(String[] args) {
// 1 初始化用户身份信息(secretId, secretKey)。
COSClient client = ClientUtils.getTestClient();
// 2 调用要使用的方法。
createAuditingTextJobs(client);
}
use of com.qcloud.cos.COSClient in project cos-java-sdk-v5 by tencentyun.
the class VideoAuditingJobDemo method main.
public static void main(String[] args) throws InterruptedException {
// 1 初始化用户身份信息(secretId, secretKey)。
COSClient client = ClientUtils.getTestClient();
// 2 调用要使用的方法。
describeAuditingJob(client);
}
Aggregations