Uses of Class
com.amazonaws.services.s3.iterable.S3Versions
Packages that use S3Versions
-
Uses of S3Versions in com.amazonaws.services.s3.iterable
Methods in com.amazonaws.services.s3.iterable that return S3VersionsModifier and TypeMethodDescriptionstatic S3Versions
Constructs an iterable that covers the versions of a single Amazon S3 object.static S3Versions
Constructs an iterable that covers all the object versions in an Amazon S3 bucket.S3Versions.withBatchSize
(int batchSize) Sets the batch size, i.e., how manyS3VersionSummary
s will be fetched at once.static S3Versions
S3Versions.withPrefix
(AmazonS3 s3, String bucketName, String prefix) Constructs an iterable that covers the versions in an Amazon S3 bucket where the object key begins with the given prefix.