Uses of Class
com.amazonaws.services.s3.iterable.S3Objects
Packages that use S3Objects
-
Uses of S3Objects in com.amazonaws.services.s3.iterable
Methods in com.amazonaws.services.s3.iterable that return S3ObjectsModifier and TypeMethodDescriptionstatic S3Objects
Constructs an iterable that covers all the objects in an Amazon S3 bucket.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.