Uses of Class
com.amazonaws.services.s3.iterable.S3Versions
-
Packages that use S3Versions Package Description com.amazonaws.services.s3.iterable -
-
Uses of S3Versions in com.amazonaws.services.s3.iterable
Methods in com.amazonaws.services.s3.iterable that return S3Versions Modifier and Type Method Description static S3Versions
S3Versions. forKey(AmazonS3 s3, String bucketName, String key)
Constructs an iterable that covers the versions of a single Amazon S3 object.static S3Versions
S3Versions. inBucket(AmazonS3 s3, String bucketName)
Constructs an iterable that covers all the object versions in an Amazon S3 bucket.S3Versions
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.
-