Package org.jclouds.s3.blobstore
Interface S3BlobStoreContext
-
- All Superinterfaces:
AutoCloseable,BlobStoreContext,Closeable,View
- All Known Subinterfaces:
AWSS3BlobStoreContext
- All Known Implementing Classes:
AWSS3BlobStoreContextImpl,S3BlobStoreContextImpl
public interface S3BlobStoreContext extends BlobStoreContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3BlobStoregetBlobStore()-
Methods inherited from interface org.jclouds.blobstore.BlobStoreContext
close, getConsistencyModel, getSigner, utils
-
Methods inherited from interface org.jclouds.View
getBackendType, unwrap, unwrap, unwrapApi
-
-
-
-
Method Detail
-
getBlobStore
S3BlobStore getBlobStore()
- Specified by:
getBlobStorein interfaceBlobStoreContext- Returns:
- a portable interface for the BlobStore.
-
-