Uses of Class
org.jclouds.s3.domain.BucketMetadata

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
 com.google.common.util.concurrent.ListenableFuture<? extends Set<BucketMetadata>> S3AsyncClient.listOwnedBuckets()
           
 Set<BucketMetadata> S3Client.listOwnedBuckets()
          Returns a list of all of the buckets owned by the authenticated sender of the request.
 

Uses of BucketMetadata in org.jclouds.s3.blobstore.functions
 

Methods in org.jclouds.s3.blobstore.functions with parameters of type BucketMetadata
 StorageMetadata BucketToResourceMetadata.apply(BucketMetadata from)
           
 Location LocationFromBucketLocation.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()
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.