Package org.jclouds.aws.s3.blobstore
Interface AWSS3BlobStoreContext
- All Superinterfaces:
AutoCloseable
,BlobStoreContext
,Closeable
,S3BlobStoreContext
,View
- All Known Implementing Classes:
AWSS3BlobStoreContextImpl
-
Method Summary
Methods inherited from interface org.jclouds.blobstore.BlobStoreContext
close, getConsistencyModel, getSigner, utils
Methods inherited from interface org.jclouds.View
getBackendType, unwrap, unwrap, unwrapApi
-
Method Details
-
getBlobStore
AWSS3BlobStore getBlobStore()- Specified by:
getBlobStore
in interfaceBlobStoreContext
- Specified by:
getBlobStore
in interfaceS3BlobStoreContext
- Returns:
- a portable interface for the BlobStore.
-