Uses of Interface
org.jclouds.s3.domain.ListBucketResponse
- 
Packages that use ListBucketResponse Package Description org.jclouds.s3 This package contains an Amazon S3 client implemented byHttpCommandExecutorServicecommands.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 Modifier and Type Method Description ListBucketResponseS3Client. listBucket(String bucketName, ListBucketOptions... options)Retrieve aS3Bucketlisting. - 
Uses of ListBucketResponse in org.jclouds.s3.blobstore.functions
Methods in org.jclouds.s3.blobstore.functions with parameters of type ListBucketResponse Modifier and Type Method Description 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 Modifier and Type Class Description classListBucketResponseImpl - 
Uses of ListBucketResponse in org.jclouds.s3.xml
Methods in org.jclouds.s3.xml that return ListBucketResponse Modifier and Type Method Description ListBucketResponseListBucketHandler. getResult() 
 -