Uses of Interface
software.amazon.awssdk.services.kinesisvideoarchivedmedia.model.HLSTimestampRange.Builder
-
Packages that use HLSTimestampRange.Builder Package Description software.amazon.awssdk.services.kinesisvideoarchivedmedia.model -
-
Uses of HLSTimestampRange.Builder in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model
Methods in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model that return HLSTimestampRange.Builder Modifier and Type Method Description static HLSTimestampRange.BuilderHLSTimestampRange. builder()HLSTimestampRange.BuilderHLSTimestampRange.Builder. endTimestamp(Instant endTimestamp)The end of the timestamp range for the requested media.HLSTimestampRange.BuilderHLSTimestampRange.Builder. startTimestamp(Instant startTimestamp)The start of the timestamp range for the requested media.HLSTimestampRange.BuilderHLSTimestampRange. toBuilder()Methods in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model that return types with arguments of type HLSTimestampRange.Builder Modifier and Type Method Description static Class<? extends HLSTimestampRange.Builder>HLSTimestampRange. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model with type arguments of type HLSTimestampRange.Builder Modifier and Type Method Description default HLSFragmentSelector.BuilderHLSFragmentSelector.Builder. timestampRange(Consumer<HLSTimestampRange.Builder> timestampRange)The start and end of the timestamp range for the requested media.
-