Class DownloadUrl
- java.lang.Object
 - 
- com.ibm.fhir.operation.bulkdata.model.url.DownloadUrl
 
 
- 
public class DownloadUrl extends Object
Based on the IBM Cloud Documentation 
- 
- 
Constructor Summary
Constructors Constructor Description DownloadUrl(String server, String region, String bucketName, String cosBucketPathPrefix, String objectKey, String accessKey, String secretKey, boolean parquet, boolean presigned, S3HostStyle hostStyle) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]createSignatureKey(String key, String datestamp, String region, String service)StringgetSignedUrl()StringgetUnsignedUrl()StringgetUrl()byte[]hash(byte[] key, String msg)StringhashHex(String msg) 
 -