Uses of Class
com.amazonaws.services.s3.iterable.S3Objects

Packages that use S3Objects
com.amazonaws.services.s3.iterable   
 

Uses of S3Objects in com.amazonaws.services.s3.iterable
 

Methods in com.amazonaws.services.s3.iterable that return S3Objects
static S3Objects S3Objects.inBucket(AmazonS3 s3, String bucketName)
          Constructs an iterable that covers all the objects in an Amazon S3 bucket.
 S3Objects S3Objects.withBatchSize(int batchSize)
          Sets the batch size, i.e., how many S3ObjectSummarys will be fetched at once.
static S3Objects S3Objects.withPrefix(AmazonS3 s3, String bucketName, String prefix)
          Constructs an iterable that covers the objects in an Amazon S3 bucket where the key begins with the given prefix.
 



Copyright © 2016. All rights reserved.