Uses of Interface
software.amazon.awssdk.services.kinesisvideoarchivedmedia.model.GetClipRequest.Builder
-
Packages that use GetClipRequest.Builder Package Description software.amazon.awssdk.services.kinesisvideoarchivedmedia software.amazon.awssdk.services.kinesisvideoarchivedmedia.model -
-
Uses of GetClipRequest.Builder in software.amazon.awssdk.services.kinesisvideoarchivedmedia
Method parameters in software.amazon.awssdk.services.kinesisvideoarchivedmedia with type arguments of type GetClipRequest.Builder Modifier and Type Method Description default CompletableFuture<GetClipResponse>KinesisVideoArchivedMediaAsyncClient. getClip(Consumer<GetClipRequest.Builder> getClipRequest, Path destinationPath)Downloads an MP4 file (clip) containing the archived, on-demand media from the specified video stream over the specified time range.default <ReturnT> CompletableFuture<ReturnT>KinesisVideoArchivedMediaAsyncClient. getClip(Consumer<GetClipRequest.Builder> getClipRequest, AsyncResponseTransformer<GetClipResponse,ReturnT> asyncResponseTransformer)Downloads an MP4 file (clip) containing the archived, on-demand media from the specified video stream over the specified time range.default ResponseInputStream<GetClipResponse>KinesisVideoArchivedMediaClient. getClip(Consumer<GetClipRequest.Builder> getClipRequest)Downloads an MP4 file (clip) containing the archived, on-demand media from the specified video stream over the specified time range.default GetClipResponseKinesisVideoArchivedMediaClient. getClip(Consumer<GetClipRequest.Builder> getClipRequest, Path destinationPath)Downloads an MP4 file (clip) containing the archived, on-demand media from the specified video stream over the specified time range.default <ReturnT> ReturnTKinesisVideoArchivedMediaClient. getClip(Consumer<GetClipRequest.Builder> getClipRequest, ResponseTransformer<GetClipResponse,ReturnT> responseTransformer)Downloads an MP4 file (clip) containing the archived, on-demand media from the specified video stream over the specified time range.default ResponseBytes<GetClipResponse>KinesisVideoArchivedMediaClient. getClipAsBytes(Consumer<GetClipRequest.Builder> getClipRequest)Downloads an MP4 file (clip) containing the archived, on-demand media from the specified video stream over the specified time range. -
Uses of GetClipRequest.Builder in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model
Methods in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model that return GetClipRequest.Builder Modifier and Type Method Description static GetClipRequest.BuilderGetClipRequest. builder()default GetClipRequest.BuilderGetClipRequest.Builder. clipFragmentSelector(Consumer<ClipFragmentSelector.Builder> clipFragmentSelector)The time range of the requested clip and the source of the timestamps.GetClipRequest.BuilderGetClipRequest.Builder. clipFragmentSelector(ClipFragmentSelector clipFragmentSelector)The time range of the requested clip and the source of the timestamps.GetClipRequest.BuilderGetClipRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetClipRequest.BuilderGetClipRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetClipRequest.BuilderGetClipRequest.Builder. streamARN(String streamARN)The Amazon Resource Name (ARN) of the stream for which to retrieve the media clip.GetClipRequest.BuilderGetClipRequest.Builder. streamName(String streamName)The name of the stream for which to retrieve the media clip.GetClipRequest.BuilderGetClipRequest. toBuilder()Methods in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model that return types with arguments of type GetClipRequest.Builder Modifier and Type Method Description static Class<? extends GetClipRequest.Builder>GetClipRequest. serializableBuilderClass()
-