Uses of Class
software.amazon.awssdk.services.pipes.model.SelfManagedKafkaStartPosition
-
Packages that use SelfManagedKafkaStartPosition Package Description software.amazon.awssdk.services.pipes.model -
-
Uses of SelfManagedKafkaStartPosition in software.amazon.awssdk.services.pipes.model
Methods in software.amazon.awssdk.services.pipes.model that return SelfManagedKafkaStartPosition Modifier and Type Method Description static SelfManagedKafkaStartPositionSelfManagedKafkaStartPosition. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SelfManagedKafkaStartPositionPipeSourceSelfManagedKafkaParameters. startingPosition()(Streams only) The position in a stream from which to start reading.static SelfManagedKafkaStartPositionSelfManagedKafkaStartPosition. valueOf(String name)Returns the enum constant of this type with the specified name.static SelfManagedKafkaStartPosition[]SelfManagedKafkaStartPosition. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.pipes.model that return types with arguments of type SelfManagedKafkaStartPosition Modifier and Type Method Description static Set<SelfManagedKafkaStartPosition>SelfManagedKafkaStartPosition. knownValues()Methods in software.amazon.awssdk.services.pipes.model with parameters of type SelfManagedKafkaStartPosition Modifier and Type Method Description PipeSourceSelfManagedKafkaParameters.BuilderPipeSourceSelfManagedKafkaParameters.Builder. startingPosition(SelfManagedKafkaStartPosition startingPosition)(Streams only) The position in a stream from which to start reading.
-