Package io.aws.lambda.events
Class SNSEvent.SNS
- java.lang.Object
-
- io.aws.lambda.events.SNSEvent.SNS
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- SNSEvent
public static class SNSEvent.SNS extends java.lang.Object implements java.io.SerializableRepresents an SNS message- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SNS()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.time.LocalDateTimegetDateTime()@NotNull java.util.Map<java.lang.String,SNSEvent.MessageAttribute>getMessageAttributes()
-
-
-
Method Detail
-
getDateTime
public java.time.LocalDateTime getDateTime()
-
getMessageAttributes
@NotNull public @NotNull java.util.Map<java.lang.String,SNSEvent.MessageAttribute> getMessageAttributes()
-
-