Uses of Class
com.baidubce.services.iothisk.model.BatchCreateClientCertRequest

Packages that use BatchCreateClientCertRequest
com.baidubce.services.iothisk   
com.baidubce.services.iothisk.model   
 

Uses of BatchCreateClientCertRequest in com.baidubce.services.iothisk
 

Methods in com.baidubce.services.iothisk with parameters of type BatchCreateClientCertRequest
 BatchCreateClientCertResponse IotPkiManageClient.batchCreateClientCert(BatchCreateClientCertRequest request, String clientToken)
          Batch create client certs.
 

Uses of BatchCreateClientCertRequest in com.baidubce.services.iothisk.model
 

Methods in com.baidubce.services.iothisk.model that return BatchCreateClientCertRequest
static BatchCreateClientCertRequest BatchCreateClientCertRequest.create(String groupId, int duration, Map<String,String> deviceIdAndCsr)
          Create a batch create client cert request.
 BatchCreateClientCertRequest BatchCreateClientCertRequest.withCsrs(String csrs)
           
 BatchCreateClientCertRequest BatchCreateClientCertRequest.withDeviceIds(List<String> deviceIds)
           
 BatchCreateClientCertRequest BatchCreateClientCertRequest.withDuration(int duration)
           
 BatchCreateClientCertRequest BatchCreateClientCertRequest.withGroupId(String groupId)
           
 



Copyright © 2018. All rights reserved.