Uses of Interface
software.amazon.awssdk.services.kinesisvideoarchivedmedia.model.ClipTimestampRange.Builder
-
Packages that use ClipTimestampRange.Builder Package Description software.amazon.awssdk.services.kinesisvideoarchivedmedia.model -
-
Uses of ClipTimestampRange.Builder in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model
Methods in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model that return ClipTimestampRange.Builder Modifier and Type Method Description static ClipTimestampRange.BuilderClipTimestampRange. builder()ClipTimestampRange.BuilderClipTimestampRange.Builder. endTimestamp(Instant endTimestamp)The end of the timestamp range for the requested media.ClipTimestampRange.BuilderClipTimestampRange.Builder. startTimestamp(Instant startTimestamp)The starting timestamp in the range of timestamps for which to return fragments.ClipTimestampRange.BuilderClipTimestampRange. toBuilder()Methods in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model that return types with arguments of type ClipTimestampRange.Builder Modifier and Type Method Description static Class<? extends ClipTimestampRange.Builder>ClipTimestampRange. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model with type arguments of type ClipTimestampRange.Builder Modifier and Type Method Description default ClipFragmentSelector.BuilderClipFragmentSelector.Builder. timestampRange(Consumer<ClipTimestampRange.Builder> timestampRange)The range of timestamps to return.
-