Package org.jclouds.aws.s3.blobstore
Interface AWSS3BlobStoreContext
-
- All Superinterfaces:
AutoCloseable
,BlobStoreContext
,Closeable
,S3BlobStoreContext
,View
- All Known Implementing Classes:
AWSS3BlobStoreContextImpl
public interface AWSS3BlobStoreContext extends S3BlobStoreContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AWSS3BlobStore
getBlobStore()
-
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
AWSS3BlobStore getBlobStore()
- Specified by:
getBlobStore
in interfaceBlobStoreContext
- Specified by:
getBlobStore
in interfaceS3BlobStoreContext
- Returns:
- a portable interface for the BlobStore.
-
-