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