Package io.aws.lambda.events
Class StreamsEventResponse
- java.lang.Object
-
- io.aws.lambda.events.StreamsEventResponse
-
- All Implemented Interfaces:
java.io.Serializable
public class StreamsEventResponse extends java.lang.Object implements java.io.SerializableFunction response type to report batch item failures forKinesisEventandDynamodbEvent. https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html#services-kinesis-batchfailurereporting- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStreamsEventResponse.BatchItemFailure
-
Constructor Summary
Constructors Constructor Description StreamsEventResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull java.util.List<StreamsEventResponse.BatchItemFailure>getBatchItemFailures()
-
-
-
Method Detail
-
getBatchItemFailures
@NotNull public @NotNull java.util.List<StreamsEventResponse.BatchItemFailure> getBatchItemFailures()
-
-