Package com.amazonaws.services.s3.event
Class S3EventNotification.S3ObjectEntity
- java.lang.Object
-
- com.amazonaws.services.s3.event.S3EventNotification.S3ObjectEntity
-
- Enclosing class:
- S3EventNotification
public static class S3EventNotification.S3ObjectEntity extends Object
-
-
Constructor Summary
Constructors Constructor Description S3ObjectEntity(String key, Integer size, String eTag, String versionId)
Deprecated.S3ObjectEntity(String key, Long size, String eTag, String versionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
geteTag()
String
getKey()
Integer
getSize()
Deprecated.usegetSizeAsLong()
instead.Long
getSizeAsLong()
String
getVersionId()
-
-
-
Method Detail
-
getKey
public String getKey()
-
getSize
@Deprecated public Integer getSize()
Deprecated.usegetSizeAsLong()
instead.
-
getSizeAsLong
public Long getSizeAsLong()
-
geteTag
public String geteTag()
-
getVersionId
public String getVersionId()
-
-