| Modifier and Type | Method and Description |
|---|---|
StreamViewType |
TableOptions.getStream()
When an item in the table is modified, StreamViewType determines what information is written to the stream for this table.
|
StreamViewType |
TableOptions.Jsii$Proxy.getStream()
When an item in the table is modified, StreamViewType determines what information is written to the stream for this table.
|
StreamViewType |
TableProps.Jsii$Proxy.getStream()
When an item in the table is modified, StreamViewType determines what information is written to the stream for this table.
|
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 |
|---|---|
TableOptions.Builder |
TableOptions.Builder.withStream(StreamViewType value)
Sets the value of Stream
|
TableProps.Builder |
TableProps.Builder.withStream(StreamViewType value)
Sets the value of Stream
|
Copyright © 2019. All rights reserved.