Uses of Interface
edu.wisc.library.ocfl.core.storage.cloud.CloudClient
-
Packages that use CloudClient Package Description edu.wisc.library.ocfl.core.storage.cloud -
-
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)CloudOcflStorageBuilderCloudOcflStorageBuilder. cloudClient(CloudClient cloudClient)Sets the cloud client.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(String start, CloudClient cloudClient)CloudOcflStorage(CloudClient cloudClient, CloudOcflStorageInitializer initializer)Creates a new CloudOcflStorage object.CloudOcflStorageInitializer(CloudClient cloudClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-