public class S3ObjectSummary extends Object
This intentionally mirrors the fields callers previously read from the AWS SDK's own summary type so that the public API of this module carries no AWS SDK classes.
| Constructor and Description |
|---|
S3ObjectSummary(String key,
long size,
Date lastModified,
String eTag) |
| Modifier and Type | Method and Description |
|---|---|
String |
getETag() |
String |
getKey() |
Date |
getLastModified() |
long |
getSize() |
String |
toString() |
Copyright (c) 2006-2026 North Concepts Inc. All Rights Reserved.