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.internal | |
org.jclouds.s3.xml |
This package contains xml logic that parses S3 responses.
|
Modifier and Type | Method and Description |
---|---|
ListBucketResponse |
S3Client.listBucket(String bucketName,
ListBucketOptions... options)
Retrieve a
S3Bucket listing. |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<ListBucketResponse> |
S3AsyncClient.listBucket(String bucketName,
ListBucketOptions... options)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PageSet<? extends StorageMetadata> |
BucketToResourceList.apply(ListBucketResponse from) |
Modifier and Type | Class and Description |
---|---|
class |
ListBucketResponseImpl |
Modifier and Type | Method and Description |
---|---|
ListBucketResponse |
ListBucketHandler.getResult() |
Copyright © 2009-2013 jclouds. All Rights Reserved.