@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonKinesisVideoArchivedMedia extends Object implements AmazonKinesisVideoArchivedMedia
AmazonKinesisVideoArchivedMedia. Convenient method forms pass through to the
corresponding overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAmazonKinesisVideoArchivedMedia() |
| Modifier and Type | Method and Description |
|---|---|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetMediaForFragmentListResult |
getMediaForFragmentList(GetMediaForFragmentListRequest request)
Gets media for a list of fragments (specified by fragment number) from the archived data in a Kinesis video
stream.
|
ListFragmentsResult |
listFragments(ListFragmentsRequest request)
Returns a list of Fragment objects from the specified stream and start location within the archived data.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
protected AbstractAmazonKinesisVideoArchivedMedia()
public GetMediaForFragmentListResult getMediaForFragmentList(GetMediaForFragmentListRequest request)
AmazonKinesisVideoArchivedMediaGets media for a list of fragments (specified by fragment number) from the archived data in a Kinesis video stream.
This operation is only available for the AWS SDK for Java. It is not supported in AWS SDKs for other languages.
The following limits apply when using the GetMediaForFragmentList API:
A client can call GetMediaForFragmentList up to five times per second per stream.
Kinesis Video Streams sends media data at a rate of up to 25 megabytes per second (or 200 megabits per second)
during a GetMediaForFragmentList session.
getMediaForFragmentList in interface AmazonKinesisVideoArchivedMediapublic ListFragmentsResult listFragments(ListFragmentsRequest request)
AmazonKinesisVideoArchivedMediaReturns a list of Fragment objects from the specified stream and start location within the archived data.
listFragments in interface AmazonKinesisVideoArchivedMediapublic void shutdown()
AmazonKinesisVideoArchivedMediashutdown in interface AmazonKinesisVideoArchivedMediapublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonKinesisVideoArchivedMediaResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AmazonKinesisVideoArchivedMediarequest - The originally executed request.Copyright © 2018. All rights reserved.