Uses of Interface
org.jclouds.s3.domain.ListBucketResponse

Packages that use ListBucketResponse
org.jclouds.s3 This package contains an Amazon S3 client implemented by HttpCommandExecutorService commands. 
org.jclouds.s3.blobstore.functions   
org.jclouds.s3.domain.internal   
org.jclouds.s3.xml This package contains xml logic that parses S3 responses. 
 

Uses of ListBucketResponse in org.jclouds.s3
 

Methods in org.jclouds.s3 that return ListBucketResponse
 ListBucketResponse S3Client.listBucket(String bucketName, ListBucketOptions... options)
          Retrieve a S3Bucket listing.
 

Methods in org.jclouds.s3 that return types with arguments of type ListBucketResponse
 com.google.common.util.concurrent.ListenableFuture<ListBucketResponse> S3AsyncClient.listBucket(String bucketName, ListBucketOptions... options)
           
 

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

Methods in org.jclouds.s3.blobstore.functions with parameters of type ListBucketResponse
 PageSet<? extends StorageMetadata> BucketToResourceList.apply(ListBucketResponse from)
           
 

Uses of ListBucketResponse in org.jclouds.s3.domain.internal
 

Classes in org.jclouds.s3.domain.internal that implement ListBucketResponse
 class ListBucketResponseImpl
           
 

Uses of ListBucketResponse in org.jclouds.s3.xml
 

Methods in org.jclouds.s3.xml that return ListBucketResponse
 ListBucketResponse ListBucketHandler.getResult()
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.