public static class ListBucketResult.Content extends Object
Constructor and Description |
---|
Content(String key,
String lastModified,
String size)
Constructs a new
ListBucketResult.Content . |
Content(String key,
String lastModified,
String size,
boolean isCommonPrefix)
Constructs a new
ListBucketResult.Content . |
public Content(String key, String lastModified, String size)
ListBucketResult.Content
.key
- the object keylastModified
- the data and time in string format the object was last modifiedsize
- size in bytes of the objectpublic Content(String key, String lastModified, String size, boolean isCommonPrefix)
ListBucketResult.Content
.key
- the object keylastModified
- the data and time in string format the object was last modifiedsize
- size in bytes of the objectisCommonPrefix
- whether this key is a Common PrefixCopyright © 2023. All Rights Reserved.