Package | Description |
---|---|
org.jclouds.s3 |
This package contains an Amazon S3 client implemented by
HttpCommandExecutorService commands. |
org.jclouds.s3.blobstore.functions | |
org.jclouds.s3.domain |
This package contains the core components of S3.
|
org.jclouds.s3.xml |
This package contains xml logic that parses S3 responses.
|
Modifier and Type | Method and Description |
---|---|
Set<BucketMetadata> |
S3Client.listOwnedBuckets()
Returns a list of all of the buckets owned by the authenticated sender of the request.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<BucketMetadata>> |
S3AsyncClient.listOwnedBuckets() |
Modifier and Type | Method and Description |
---|---|
Location |
LocationFromBucketLocation.apply(BucketMetadata from) |
StorageMetadata |
BucketToResourceMetadata.apply(BucketMetadata from) |
Modifier and Type | Method and Description |
---|---|
int |
BucketMetadata.compareTo(BucketMetadata o) |
Modifier and Type | Method and Description |
---|---|
Set<BucketMetadata> |
ListAllMyBucketsHandler.getResult() |
Copyright © 2009-2012 jclouds. All Rights Reserved.