Uses of Class
edu.wisc.library.ocfl.core.storage.cloud.CloudObjectKey
-
Packages that use CloudObjectKey Package Description edu.wisc.library.ocfl.core.storage.cloud -
-
Uses of CloudObjectKey in edu.wisc.library.ocfl.core.storage.cloud
Methods in edu.wisc.library.ocfl.core.storage.cloud that return CloudObjectKey Modifier and Type Method Description CloudObjectKeyCloudObjectKey.Builder. buildFromKey(String key)CloudObjectKeyCloudObjectKey.Builder. buildFromPath(String path)CloudObjectKeyCloudClient. copyObject(String srcPath, String dstPath)Copies an object from one location to another within the same bucket.CloudObjectKeyListResult.ObjectListing. getKey()The key the object is stored at.CloudObjectKeyCloudClient. uploadBytes(String dstPath, byte[] bytes, String contentType)Uploads an object with byte contentCloudObjectKeyCloudClient. uploadFile(Path srcPath, String dstPath)Uploads a file to the destination, and returns the object key.CloudObjectKeyCloudClient. uploadFile(Path srcPath, String dstPath, String contentType)Uploads a file to the destination, and returns the object key.Methods in edu.wisc.library.ocfl.core.storage.cloud with parameters of type CloudObjectKey Modifier and Type Method Description ListResult.ObjectListingListResult.ObjectListing. setKey(CloudObjectKey key)
-