Package io.aws.lambda.events.s3
Class S3EventNotification
- java.lang.Object
-
- io.aws.lambda.events.s3.S3EventNotification
-
- Direct Known Subclasses:
S3Event
public class S3EventNotification extends java.lang.ObjectA helper class that represents a strongly typed S3 EventNotification item sent to SQS, SNS, or Lambda.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classS3EventNotification.RequestParametersEntitystatic classS3EventNotification.ResponseElementsEntitystatic classS3EventNotification.S3BucketEntitystatic classS3EventNotification.S3Entitystatic classS3EventNotification.S3EventNotificationRecordstatic classS3EventNotification.S3ObjectEntitystatic classS3EventNotification.UserIdentityEntity
-
Constructor Summary
Constructors Constructor Description S3EventNotification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull java.util.List<S3EventNotification.S3EventNotificationRecord>getRecords()
-
-
-
Method Detail
-
getRecords
@NotNull public @NotNull java.util.List<S3EventNotification.S3EventNotificationRecord> getRecords()
-
-