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 boolean
equals(Object o)
String
getETag()
String
getKey()
String
getSequencer()
Long
getSizeAsLong()
String
getUrlDecodedKey()
S3 URL encodes the key of the object involved in the event.String
getVersionId()
int
hashCode()
String
toString()
-
-
-
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()
-
-