-
- All Implemented Interfaces:
-
org.veupathdb.lib.s3.s34k.S3Response,org.veupathdb.lib.s3.s34k.objects.ObjectResponse
public interface ObjectMeta implements ObjectResponse
-
-
Method Summary
Modifier and Type Method Description abstract StringgetETag()abstract LonggetSize()abstract OffsetDateTimegetLastModified()abstract StringgetContentType()abstract RetentionModegetRetentionMode()abstract LegalHoldgetLegalHold()-
Methods inherited from class org.veupathdb.lib.s3.s34k.objects.ObjectResponse
getPath -
Methods inherited from class org.veupathdb.lib.s3.s34k.S3Response
getBucket, getHeaders, getRegion -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getLastModified
abstract OffsetDateTime getLastModified()
-
getContentType
abstract String getContentType()
-
getRetentionMode
abstract RetentionMode getRetentionMode()
-
getLegalHold
abstract LegalHold getLegalHold()
-
-
-
-