| Package | Description |
|---|---|
| com.amazonaws.services.lambda.runtime.events | |
| com.amazonaws.services.lambda.runtime.events.models.dynamodb |
| Modifier and Type | Class and Description |
|---|---|
static class |
DynamodbEvent.DynamodbStreamRecord
The unit of data of an Amazon DynamoDB event
|
| Modifier and Type | Method and Description |
|---|---|
Record |
Record.clone() |
Record |
Record.withAwsRegion(String awsRegion)
The region in which the
GetRecords request was received. |
Record |
Record.withDynamodb(StreamRecord dynamodb)
The main body of the stream record, containing all of the DynamoDB-specific fields.
|
Record |
Record.withEventID(String eventID)
A globally unique identifier for the event that was recorded in this stream record.
|
Record |
Record.withEventName(OperationType eventName)
The type of data modification that was performed on the DynamoDB table:
|
Record |
Record.withEventName(String eventName)
The type of data modification that was performed on the DynamoDB table:
|
Record |
Record.withEventSource(String eventSource)
The AWS service from which the stream record originated.
|
Record |
Record.withEventVersion(String eventVersion)
The version number of the stream record format.
|
Record |
Record.withUserIdentity(Identity userIdentity)
Items that are deleted by the Time to Live process after expiration have the following fields:
|
Copyright © 2023. All rights reserved.