Uses of Class
software.amazon.awssdk.services.kinesisanalytics.model.InputStartingPosition
-
Packages that use InputStartingPosition Package Description software.amazon.awssdk.services.kinesisanalytics.model -
-
Uses of InputStartingPosition in software.amazon.awssdk.services.kinesisanalytics.model
Methods in software.amazon.awssdk.services.kinesisanalytics.model that return InputStartingPosition Modifier and Type Method Description static InputStartingPositionInputStartingPosition. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InputStartingPositionInputStartingPositionConfiguration. inputStartingPosition()The starting position on the stream.static InputStartingPositionInputStartingPosition. valueOf(String name)Returns the enum constant of this type with the specified name.static InputStartingPosition[]InputStartingPosition. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.kinesisanalytics.model that return types with arguments of type InputStartingPosition Modifier and Type Method Description static Set<InputStartingPosition>InputStartingPosition. knownValues()Methods in software.amazon.awssdk.services.kinesisanalytics.model with parameters of type InputStartingPosition Modifier and Type Method Description InputStartingPositionConfiguration.BuilderInputStartingPositionConfiguration.Builder. inputStartingPosition(InputStartingPosition inputStartingPosition)The starting position on the stream.
-