Package io.aws.lambda.events
Class SNSEvent
- java.lang.Object
-
- io.aws.lambda.events.SNSEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class SNSEvent extends java.lang.Object implements java.io.SerializableRepresents an Amazon SNS event.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSNSEvent.MessageAttributeRepresents an SNS message attributestatic classSNSEvent.SNSRepresents an SNS messagestatic classSNSEvent.SNSRecordRepresents an SNS message record.
-
Constructor Summary
Constructors Constructor Description SNSEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull java.util.List<SNSEvent.SNSRecord>getRecords()
-
-
-
Method Detail
-
getRecords
@NotNull public @NotNull java.util.List<SNSEvent.SNSRecord> getRecords()
-
-