Uses of Class
co.yellowdog.platform.clients.objectstore.DownloadSession
Packages that use DownloadSession
Package
Description
Provides the classes needed to interact with the YellowDog Object Store service.
-
Uses of DownloadSession in co.yellowdog.platform.clients.objectstore
Subclasses with type arguments of type DownloadSession in co.yellowdog.platform.clients.objectstoreMethods in co.yellowdog.platform.clients.objectstore that return DownloadSessionModifier and TypeMethodDescriptionObjectStoreClient.createDownloadSession
(String namespace, String objectName, Path destinationFolderPath) ObjectStoreClient.createDownloadSession
(String namespace, String objectName, Path destinationFolderPath, TransferProperties properties) ObjectStoreClientImpl.createDownloadSession
(@NonNull String namespace, @NonNull String objectName, @NonNull Path destinationFolderPath) ObjectStoreClientImpl.createDownloadSession
(@NonNull String namespace, @NonNull String objectName, @NonNull Path destinationFolderPath, @NonNull TransferProperties properties)