Uses of Enum
software.amazon.awssdk.services.kinesis.model.StreamMode
Packages that use StreamMode
-
Uses of StreamMode in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return StreamModeModifier and TypeMethodDescriptionstatic StreamModeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final StreamModeStreamModeDetails.streamMode()Specifies the capacity mode to which you want to set your data stream.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.awssdk.services.kinesis.model that return types with arguments of type StreamModeMethods in software.amazon.awssdk.services.kinesis.model with parameters of type StreamModeModifier and TypeMethodDescriptionStreamModeDetails.Builder.streamMode(StreamMode streamMode) Specifies the capacity mode to which you want to set your data stream.