Uses of Class
org.jclouds.atmos.blobstore.functions.BlobToObject
-
Packages that use BlobToObject Package Description org.jclouds.atmos.blobstore org.jclouds.atmos.util -
-
Uses of BlobToObject in org.jclouds.atmos.blobstore
Constructors in org.jclouds.atmos.blobstore with parameters of type BlobToObject Constructor Description AtmosBlobRequestSigner(com.google.common.base.Function<Invocation,HttpRequest> processor, BlobToObject blobToObject, BlobToHttpGetOptions blob2ObjectGetOptions, SignRequest signer, com.google.common.base.Supplier<URI> endpointProvider, com.google.common.base.Supplier<Credentials> creds, DateService dateService, com.google.inject.Provider<String> timeStampProvider)
-
Uses of BlobToObject in org.jclouds.atmos.util
Methods in org.jclouds.atmos.util with parameters of type BlobToObject Modifier and Type Method Description static String
AtmosUtils. putBlob(AtmosClient sync, Crypto crypto, BlobToObject blob2Object, String container, Blob blob, PutOptions options)
-