Package com.amazonaws.services.s3.event
Class S3EventNotification.S3Entity
- java.lang.Object
-
- com.amazonaws.services.s3.event.S3EventNotification.S3Entity
-
- Enclosing class:
- S3EventNotification
public static class S3EventNotification.S3Entity extends Object
-
-
Constructor Summary
Constructors Constructor Description S3Entity(String configurationId, S3EventNotification.S3BucketEntity bucket, S3EventNotification.S3ObjectEntity object, String s3SchemaVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description S3EventNotification.S3BucketEntity
getBucket()
String
getConfigurationId()
S3EventNotification.S3ObjectEntity
getObject()
String
getS3SchemaVersion()
-
-
-
Constructor Detail
-
S3Entity
public S3Entity(String configurationId, S3EventNotification.S3BucketEntity bucket, S3EventNotification.S3ObjectEntity object, String s3SchemaVersion)
-
-
Method Detail
-
getConfigurationId
public String getConfigurationId()
-
getBucket
public S3EventNotification.S3BucketEntity getBucket()
-
getObject
public S3EventNotification.S3ObjectEntity getObject()
-
getS3SchemaVersion
public String getS3SchemaVersion()
-
-