Uses of Class
software.amazon.awssdk.services.kinesis.model.StreamMode
-
Packages that use StreamMode Package Description software.amazon.awssdk.services.kinesis.model -
-
Uses of StreamMode in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return StreamMode Modifier and Type Method Description static StreamModeStreamMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StreamModeStreamModeDetails. streamMode()Specifies the capacity mode to which you want to set your data stream.static StreamModeStreamMode. 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.Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type StreamMode Modifier and Type Method Description static Set<StreamMode>StreamMode. knownValues()Methods in software.amazon.awssdk.services.kinesis.model with parameters of type StreamMode Modifier and Type Method Description StreamModeDetails.BuilderStreamModeDetails.Builder. streamMode(StreamMode streamMode)Specifies the capacity mode to which you want to set your data stream.
-