Uses of Class
com.amazonaws.services.s3.iterable.S3Objects
-
Packages that use S3Objects Package Description com.amazonaws.services.s3.iterable -
-
Uses of S3Objects in com.amazonaws.services.s3.iterable
Methods in com.amazonaws.services.s3.iterable that return S3Objects Modifier and Type Method Description 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 manyS3ObjectSummary
s 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.
-