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 AWSS3BlobStoregetBlobStore()- 
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:
 getBlobStorein interfaceBlobStoreContext- Specified by:
 getBlobStorein interfaceS3BlobStoreContext- Returns:
 - a portable interface for the BlobStore.
 
 
 - 
 
 -