| Package | Description |
|---|---|
| com.amazonaws.services.dynamodbv2.model |
Classes modeling the various types represented by AmazonDynamoDB
|
| 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 |
StreamSpecification.setStreamViewType(StreamViewType streamViewType)
When an item in the table is modified,
StreamViewType
determines what information is written to the stream for this table. |
StreamSpecification |
StreamSpecification.withStreamViewType(StreamViewType streamViewType)
When an item in the table is modified,
StreamViewType
determines what information is written to the stream for this table. |
Copyright © 2019. All rights reserved.