|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BucketMetadata | |
|---|---|
| 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. |
| Uses of BucketMetadata in org.jclouds.s3 |
|---|
| Methods in org.jclouds.s3 that return types with arguments of type BucketMetadata | |
|---|---|
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()
|
| Uses of BucketMetadata in org.jclouds.s3.blobstore.functions |
|---|
| Methods in org.jclouds.s3.blobstore.functions with parameters of type BucketMetadata | |
|---|---|
Location |
LocationFromBucketLocation.apply(BucketMetadata from)
|
StorageMetadata |
BucketToResourceMetadata.apply(BucketMetadata from)
|
| Uses of BucketMetadata in org.jclouds.s3.domain |
|---|
| Methods in org.jclouds.s3.domain with parameters of type BucketMetadata | |
|---|---|
int |
BucketMetadata.compareTo(BucketMetadata o)
|
| Uses of BucketMetadata in org.jclouds.s3.xml |
|---|
| Methods in org.jclouds.s3.xml that return types with arguments of type BucketMetadata | |
|---|---|
Set<BucketMetadata> |
ListAllMyBucketsHandler.getResult()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||