Package io.aws.lambda.events
Class TimeWindowEventResponse
- java.lang.Object
-
- io.aws.lambda.events.TimeWindowEventResponse
-
- All Implemented Interfaces:
java.io.Serializable
public class TimeWindowEventResponse extends java.lang.Object implements java.io.SerializableResponse type to return a new state for the time window and to report batch item failures. This should be used along withKinesisTimeWindowEventorDynamodbTimeWindowEvent. https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html#services-kinesis-windows- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTimeWindowEventResponse.BatchItemFailure
-
Constructor Summary
Constructors Constructor Description TimeWindowEventResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull java.util.List<TimeWindowEventResponse.BatchItemFailure>getBatchItemFailures()@NotNull java.util.Map<java.lang.String,java.lang.String>getState()
-
-
-
Method Detail
-
getState
@NotNull public @NotNull java.util.Map<java.lang.String,java.lang.String> getState()
-
getBatchItemFailures
@NotNull public @NotNull java.util.List<TimeWindowEventResponse.BatchItemFailure> getBatchItemFailures()
-
-