Uses of Enum
software.amazon.awscdk.services.kinesis.StreamMode
Packages that use StreamMode
-
Uses of StreamMode in software.amazon.awscdk.services.kinesis
Methods in software.amazon.awscdk.services.kinesis that return StreamModeModifier and TypeMethodDescriptiondefault StreamModeStreamProps.getStreamMode()The capacity mode of this stream.final StreamModeStreamProps.Jsii$Proxy.getStreamMode()static StreamModeReturns 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.Methods in software.amazon.awscdk.services.kinesis with parameters of type StreamModeModifier and TypeMethodDescriptionStream.Builder.streamMode(StreamMode streamMode) The capacity mode of this stream.StreamProps.Builder.streamMode(StreamMode streamMode) Sets the value ofStreamProps.getStreamMode()