| Package | Description |
|---|---|
| com.amazonaws.services.lambda.runtime.events |
| Modifier and Type | Method and Description |
|---|---|
KinesisEvent.KinesisEventRecord |
KinesisEvent.KinesisEventRecord.clone() |
| Modifier and Type | Method and Description |
|---|---|
List<KinesisEvent.KinesisEventRecord> |
KinesisEvent.getRecords()
Gets the list of Kinesis event records
|
| Modifier and Type | Method and Description |
|---|---|
void |
KinesisEvent.setRecords(List<KinesisEvent.KinesisEventRecord> records)
Sets the list of Kinesis event records
|
| Constructor and Description |
|---|
KinesisTimeWindowEvent(List<KinesisEvent.KinesisEventRecord> records,
TimeWindow window,
Map<String,String> state,
String shardId,
String eventSourceArn,
Boolean isFinalInvokeForWindow,
Boolean isWindowTerminatedEarly) |
Copyright © 2023. All rights reserved.