Uses of Class
org.jclouds.s3.options.ListBucketOptions
Packages that use ListBucketOptions
Package
Description
This package contains an Amazon S3 client implemented by
HttpCommandExecutorService
commands.This package contains request options for S3 REST commands.
-
Uses of ListBucketOptions in org.jclouds.s3
Methods in org.jclouds.s3 with parameters of type ListBucketOptionsModifier and TypeMethodDescriptionstatic PagedIterable
<ObjectMetadata> S3.listBucket
(S3Client s3Client, String bucket, ListBucketOptions options) List all objects in a bucket, in a way that manages pagination, based on the criteria in theListBucketOptions
passed in.S3Client.listBucket
(String bucketName, ListBucketOptions... options) Retrieve aS3Bucket
listing. -
Uses of ListBucketOptions in org.jclouds.s3.blobstore.functions
Methods in org.jclouds.s3.blobstore.functions that return ListBucketOptions -
Uses of ListBucketOptions in org.jclouds.s3.options
Fields in org.jclouds.s3.options declared as ListBucketOptionsMethods in org.jclouds.s3.options that return ListBucketOptionsModifier and TypeMethodDescriptionListBucketOptions.afterMarker
(String marker) Indicates where in the bucket to begin listing.static ListBucketOptions
ListBucketOptions.Builder.afterMarker
(String marker) ListBucketOptions.clone()
static ListBucketOptions
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.maxResults
(int maxKeys) ListBucketOptions.maxResults
(int maxKeys) The maximum number of keys you'd like to see in the response body.static ListBucketOptions
ListBucketOptions.Builder.withPrefix
(String prefix) ListBucketOptions.withPrefix
(String prefix) Limits the response to keys which begin with the indicated prefix.