Uses of Class
software.amazon.awssdk.services.kinesisvideoarchivedmedia.model.GetClipResponse
-
Packages that use GetClipResponse Package Description software.amazon.awssdk.services.kinesisvideoarchivedmedia -
-
Uses of GetClipResponse in software.amazon.awssdk.services.kinesisvideoarchivedmedia
Methods in software.amazon.awssdk.services.kinesisvideoarchivedmedia that return GetClipResponse Modifier and Type Method Description 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 GetClipResponseKinesisVideoArchivedMediaClient. getClip(GetClipRequest getClipRequest, Path destinationPath)Downloads an MP4 file (clip) containing the archived, on-demand media from the specified video stream over the specified time range.Methods in software.amazon.awssdk.services.kinesisvideoarchivedmedia that return types with arguments of type GetClipResponse 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 CompletableFuture<GetClipResponse>KinesisVideoArchivedMediaAsyncClient. getClip(GetClipRequest 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 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 ResponseInputStream<GetClipResponse>KinesisVideoArchivedMediaClient. getClip(GetClipRequest getClipRequest)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.default ResponseBytes<GetClipResponse>KinesisVideoArchivedMediaClient. getClipAsBytes(GetClipRequest getClipRequest)Downloads an MP4 file (clip) containing the archived, on-demand media from the specified video stream over the specified time range.Method parameters in software.amazon.awssdk.services.kinesisvideoarchivedmedia with type arguments of type GetClipResponse Modifier and Type Method Description 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 <ReturnT> CompletableFuture<ReturnT>KinesisVideoArchivedMediaAsyncClient. getClip(GetClipRequest 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 <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 <ReturnT> ReturnTKinesisVideoArchivedMediaClient. getClip(GetClipRequest 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.
-