Uses of Class
co.yellowdog.platform.clients.objectstore.TransferSession
Packages that use TransferSession
Package
Description
Provides the classes needed to interact with the YellowDog Object Store service.
-
Uses of TransferSession in co.yellowdog.platform.clients.objectstore
Classes in co.yellowdog.platform.clients.objectstore with type parameters of type TransferSessionSubclasses of TransferSession in co.yellowdog.platform.clients.objectstoreMethods in co.yellowdog.platform.clients.objectstore that return types with arguments of type TransferSessionModifier and TypeMethodDescriptionList<? extends TransferSession> ObjectStoreClient.getActiveSessions()List<? extends TransferSession> ObjectStoreClientImpl.getActiveSessions()List<? extends TransferSession> ObjectStoreClient.getAllSessions()List<? extends TransferSession> ObjectStoreClientImpl.getAllSessions()TransferSession.whenStatusMatches(@NonNull Predicate<TransferStatus> statusPredicate)