|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use S3Client | |
---|---|
org.jclouds.aws.s3 | |
org.jclouds.s3.blobstore | |
org.jclouds.s3.blobstore.config | |
org.jclouds.s3.config | This package contains modules who manage the dependencies of the S3Context, S3Client, and S3 Map views. |
org.jclouds.s3.util | This package contains utilities needed for S3. |
Uses of S3Client in org.jclouds.aws.s3 |
---|
Subinterfaces of S3Client in org.jclouds.aws.s3 | |
---|---|
interface |
AWSS3Client
Provides access to amazon-specific S3 features |
Uses of S3Client in org.jclouds.s3.blobstore |
---|
Constructors in org.jclouds.s3.blobstore with parameters of type S3Client | |
---|---|
S3AsyncBlobStore(BlobStoreContext context,
BlobUtils blobUtils,
ExecutorService service,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
S3AsyncClient async,
S3Client sync,
BucketToResourceMetadata bucket2ResourceMd,
ContainerToBucketListOptions container2BucketListOptions,
BucketToResourceList bucket2ResourceList,
ObjectToBlob object2Blob,
BlobToHttpGetOptions blob2ObjectGetOptions,
BlobToObject blob2Object,
ObjectToBlobMetadata object2BlobMd,
javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider,
com.google.common.cache.LoadingCache<String,AccessControlList> bucketAcls)
|
|
S3BlobStore(BlobStoreContext context,
BlobUtils blobUtils,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
S3Client sync,
BucketToResourceMetadata bucket2ResourceMd,
ContainerToBucketListOptions container2BucketListOptions,
BucketToResourceList bucket2ResourceList,
ObjectToBlob object2Blob,
BlobToHttpGetOptions blob2ObjectGetOptions,
BlobToObject blob2Object,
ObjectToBlobMetadata object2BlobMd,
javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider,
com.google.common.cache.LoadingCache<String,AccessControlList> bucketAcls)
|
Uses of S3Client in org.jclouds.s3.blobstore.config |
---|
Methods in org.jclouds.s3.blobstore.config with parameters of type S3Client | |
---|---|
protected com.google.common.cache.LoadingCache<String,AccessControlList> |
S3BlobStoreContextModule.bucketAcls(S3Client client)
|
Uses of S3Client in org.jclouds.s3.config |
---|
Classes in org.jclouds.s3.config with type parameters of type S3Client | |
---|---|
class |
S3RestClientModule<S extends S3Client,A extends S3AsyncClient>
Configures the S3 connection, including logging and http transport. |
Methods in org.jclouds.s3.config that return types with arguments of type S3Client | |
---|---|
static S3RestClientModule<S3Client,S3AsyncClient> |
S3RestClientModule.create()
|
Uses of S3Client in org.jclouds.s3.util |
---|
Methods in org.jclouds.s3.util with parameters of type S3Client | |
---|---|
static boolean |
S3Utils.deleteAndVerifyContainerGone(S3Client sync,
String container)
This implementation invokes deleteBucketIfEmpty(java.lang.String) followed by
bucketExists(java.lang.String) until it is true. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |