Uses of Class
software.amazon.awssdk.services.kinesis.model.StartingPosition
-
Packages that use StartingPosition Package Description software.amazon.awssdk.services.kinesis.model -
-
Uses of StartingPosition in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return StartingPosition Modifier and Type Method Description StartingPositionSubscribeToShardRequest. startingPosition()The starting position in the data stream from which to start streaming.Methods in software.amazon.awssdk.services.kinesis.model with parameters of type StartingPosition Modifier and Type Method Description SubscribeToShardRequest.BuilderSubscribeToShardRequest.Builder. startingPosition(StartingPosition startingPosition)The starting position in the data stream from which to start streaming.
-