媒体处理 MPC-查询独立加密任务:分页查询

时间:2024-07-30 16:48:27

分页查询

1
2
3
4
5
6
// 分页查询
ListEncryptTaskRequest req = new ListEncryptTaskRequest().withPage(1).withSize(4);
// 向MPC发送查询独立加密任务的请求
ListEncryptTaskResponse rsp = initMpcClient().listEncryptTask(req);   
// 打印返回消息         
System.out.println(rsp.toString());
support.huaweicloud.com/sdkreference-mpc/mpc_05_0117.html