Java com.amazonaws.services.s3.iterable S3Objects fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.s3.iterable S3Objects fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.s3.iterable S3Objects.

The text is from its open source code.

Method

S3ObjectsinBucket(AmazonS3 s3, String bucketName)
Constructs an iterable that covers all the objects in an Amazon S3 bucket.
S3ObjectswithPrefix(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.