public class S3ObjectListing extends Object
AmazonS3FileSystem.listRootFolder(String),
AmazonS3FileSystem.listFolder(String, String) and
AmazonS3FileSystem.nextBatch(S3ObjectListing).
It also retains the bucketName, prefix and nextContinuationToken
needed to request the following page, so callers can paginate without touching any AWS
SDK classes.
| Constructor and Description |
|---|
S3ObjectListing(String bucketName,
String prefix,
List<S3ObjectSummary> objectSummaries,
List<String> commonPrefixes,
boolean truncated,
String nextContinuationToken) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBucketName() |
List<String> |
getCommonPrefixes() |
String |
getNextContinuationToken() |
List<S3ObjectSummary> |
getObjectSummaries() |
String |
getPrefix() |
boolean |
isTruncated() |
String |
toString() |
public String getBucketName()
public String getPrefix()
public List<S3ObjectSummary> getObjectSummaries()
public boolean isTruncated()
public String getNextContinuationToken()
Copyright (c) 2006-2026 North Concepts Inc. All Rights Reserved.