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