| Package | Description |
|---|---|
| com.amazonaws.services.lambda.runtime.events.models.dynamodb |
| Modifier and Type | Method and Description |
|---|---|
static StreamViewType |
StreamViewType.fromValue(String value)
Use this in place of valueOf.
|
static StreamViewType |
StreamViewType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamViewType[] |
StreamViewType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamRecord.setStreamViewType(StreamViewType streamViewType)
The type of data from the modified DynamoDB item that was captured in this stream record:
|
StreamRecord |
StreamRecord.withStreamViewType(StreamViewType streamViewType)
The type of data from the modified DynamoDB item that was captured in this stream record:
|
Copyright © 2020. All rights reserved.