Package | Description |
---|---|
org.jclouds.s3 |
This package contains an Amazon S3 client implemented by
HttpCommandExecutorService commands. |
org.jclouds.s3.blobstore.functions | |
org.jclouds.s3.options |
This package contains request options for S3 REST commands.
|
Modifier and Type | Method and Description |
---|---|
ListBucketResponse |
S3Client.listBucket(String bucketName,
ListBucketOptions... options)
Retrieve a
S3Bucket listing. |
com.google.common.util.concurrent.ListenableFuture<ListBucketResponse> |
S3AsyncClient.listBucket(String bucketName,
ListBucketOptions... options) |
Modifier and Type | Method and Description |
---|---|
ListBucketOptions |
ContainerToBucketListOptions.apply(ListContainerOptions from) |
Modifier and Type | Field and Description |
---|---|
static ListBucketOptions |
ListBucketOptions.NONE |
Modifier and Type | Method and Description |
---|---|
ListBucketOptions |
ListBucketOptions.afterMarker(String marker)
Indicates where in the bucket to begin listing.
|
static ListBucketOptions |
ListBucketOptions.Builder.afterMarker(String marker) |
ListBucketOptions |
ListBucketOptions.delimiter(String delimiter)
Causes keys that contain the same string between the prefix and the first occurrence of the
delimiter to be rolled up into a single result element in the CommonPrefixes collection.
|
static ListBucketOptions |
ListBucketOptions.Builder.delimiter(String delimiter) |
ListBucketOptions |
ListBucketOptions.maxResults(int maxKeys)
The maximum number of keys you'd like to see in the response body.
|
static ListBucketOptions |
ListBucketOptions.Builder.maxResults(int maxKeys) |
ListBucketOptions |
ListBucketOptions.withPrefix(String prefix)
Limits the response to keys which begin with the indicated prefix.
|
static ListBucketOptions |
ListBucketOptions.Builder.withPrefix(String prefix) |
Copyright © 2009-2013 jclouds. All Rights Reserved.