Package io.aws.lambda.events.dynamodb
Class DynamodbTimeWindowEvent
- java.lang.Object
-
- io.aws.lambda.events.dynamodb.DynamodbEvent
-
- io.aws.lambda.events.dynamodb.DynamodbTimeWindowEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class DynamodbTimeWindowEvent extends DynamodbEvent implements java.io.Serializable
Represents an Amazon Dynamodb event when using time windows.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.aws.lambda.events.dynamodb.DynamodbEvent
DynamodbEvent.DynamodbStreamRecord
-
-
Constructor Summary
Constructors Constructor Description DynamodbTimeWindowEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull java.util.Map<java.lang.String,java.lang.String>getState()-
Methods inherited from class io.aws.lambda.events.dynamodb.DynamodbEvent
getRecords
-
-