Uses of Interface
edu.wisc.library.ocfl.core.storage.cloud.CloudClient
-
Packages that use CloudClient Package Description edu.wisc.library.ocfl.core.storage edu.wisc.library.ocfl.core.storage.cloud -
-
Uses of CloudClient in edu.wisc.library.ocfl.core.storage
Methods in edu.wisc.library.ocfl.core.storage with parameters of type CloudClient Modifier and Type Method Description OcflStorageBuilderOcflStorageBuilder. cloud(CloudClient cloudClient)Configure cloud based storage implementation. -
Uses of CloudClient in edu.wisc.library.ocfl.core.storage.cloud
Methods in edu.wisc.library.ocfl.core.storage.cloud with parameters of type CloudClient Modifier and Type Method Description CloudOcflFileRetriever.BuilderCloudOcflFileRetriever.Builder. cloudClient(CloudClient cloudClient)Constructors in edu.wisc.library.ocfl.core.storage.cloud with parameters of type CloudClient Constructor Description CloudOcflFileRetriever(CloudClient cloudClient, String key, DigestAlgorithm digestAlgorithm, String digestValue)CloudOcflObjectRootDirIterator(CloudClient cloudClient)CloudStorage(CloudClient client)
-