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 S3VersionsConstructs an iterable that covers the versions of a single Amazon S3 object.static S3VersionsConstructs an iterable that covers all the object versions in an Amazon S3 bucket.S3Versions.withBatchSize(int batchSize) Sets the batch size, i.e., how manyS3VersionSummarys will be fetched at once.static S3VersionsS3Versions.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.