| Package | Description |
|---|---|
| software.amazon.awscdk.services.kinesis |
Amazon Kinesis Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default StreamMode |
StreamProps.getStreamMode()
The capacity mode of this stream.
|
StreamMode |
StreamProps.Jsii$Proxy.getStreamMode() |
static StreamMode |
StreamMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamMode[] |
StreamMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Stream.Builder |
Stream.Builder.streamMode(StreamMode streamMode)
The capacity mode of this stream.
|
StreamProps.Builder |
StreamProps.Builder.streamMode(StreamMode streamMode)
Sets the value of
StreamProps.getStreamMode() |
Copyright © 2022. All rights reserved.