JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.projectnessie.s3mock.data
Interface S3Object
@Immutable
public interface
S3Object
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
etag
()
String
key
()
String
lastModified
()
Owner
owner
()
String
size
()
StorageClass
storageClass
()
Method Details
key
String
key
()
lastModified
String
lastModified
()
etag
String
etag
()
size
String
size
()
storageClass
StorageClass
storageClass
()
owner
Owner
owner
()