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, utilsMethods inherited from interface org.jclouds.View
getBackendType, unwrap, unwrap, unwrapApi 
- 
Method Details
- 
getBlobStore
AWSS3BlobStore getBlobStore()- Specified by:
 getBlobStorein interfaceBlobStoreContext- Specified by:
 getBlobStorein interfaceS3BlobStoreContext- Returns:
 - a portable interface for the BlobStore.
 
 
 -