Class S3Object
- java.lang.Object
-
- software.amazon.awssdk.eventnotifications.s3.model.S3Object
-
public class S3Object extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetETag()StringgetKey()StringgetSequencer()LonggetSizeAsLong()StringgetUrlDecodedKey()S3 URL encodes the key of the object involved in the event.StringgetVersionId()inthashCode()StringtoString()
-
-
-
Method Detail
-
getKey
public String getKey()
-
getUrlDecodedKey
public String getUrlDecodedKey()
S3 URL encodes the key of the object involved in the event. This is a convenience method to automatically URL decode the key.- Returns:
- The URL decoded object key.
-
getSizeAsLong
public Long getSizeAsLong()
-
getETag
public String getETag()
-
getVersionId
public String getVersionId()
-
getSequencer
public String getSequencer()
-
-