@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonKinesisVideoArchivedMediaAsync extends AbstractAmazonKinesisVideoArchivedMedia implements AmazonKinesisVideoArchivedMediaAsync
AmazonKinesisVideoArchivedMediaAsync. Convenient method forms pass through to the
corresponding overload that takes a request object and an AsyncHandler, which throws an
UnsupportedOperationException.ENDPOINT_PREFIX| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAmazonKinesisVideoArchivedMediaAsync() |
| Modifier and Type | Method and Description |
|---|---|
Future<GetMediaForFragmentListResult> |
getMediaForFragmentListAsync(GetMediaForFragmentListRequest request)
Gets media for a list of fragments (specified by fragment number) from the archived data in a Kinesis video
stream.
|
Future<GetMediaForFragmentListResult> |
getMediaForFragmentListAsync(GetMediaForFragmentListRequest request,
AsyncHandler<GetMediaForFragmentListRequest,GetMediaForFragmentListResult> asyncHandler)
Gets media for a list of fragments (specified by fragment number) from the archived data in a Kinesis video
stream.
|
Future<ListFragmentsResult> |
listFragmentsAsync(ListFragmentsRequest request)
Returns a list of Fragment objects from the specified stream and start location within the archived data.
|
Future<ListFragmentsResult> |
listFragmentsAsync(ListFragmentsRequest request,
AsyncHandler<ListFragmentsRequest,ListFragmentsResult> asyncHandler)
Returns a list of Fragment objects from the specified stream and start location within the archived data.
|
getCachedResponseMetadata, getMediaForFragmentList, listFragments, shutdownclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCachedResponseMetadata, getMediaForFragmentList, listFragments, shutdownprotected AbstractAmazonKinesisVideoArchivedMediaAsync()
public Future<GetMediaForFragmentListResult> getMediaForFragmentListAsync(GetMediaForFragmentListRequest request)
AmazonKinesisVideoArchivedMediaAsyncGets 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.
getMediaForFragmentListAsync in interface AmazonKinesisVideoArchivedMediaAsyncpublic Future<GetMediaForFragmentListResult> getMediaForFragmentListAsync(GetMediaForFragmentListRequest request, AsyncHandler<GetMediaForFragmentListRequest,GetMediaForFragmentListResult> asyncHandler)
AmazonKinesisVideoArchivedMediaAsyncGets 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.
getMediaForFragmentListAsync in interface AmazonKinesisVideoArchivedMediaAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListFragmentsResult> listFragmentsAsync(ListFragmentsRequest request)
AmazonKinesisVideoArchivedMediaAsyncReturns a list of Fragment objects from the specified stream and start location within the archived data.
listFragmentsAsync in interface AmazonKinesisVideoArchivedMediaAsyncpublic Future<ListFragmentsResult> listFragmentsAsync(ListFragmentsRequest request, AsyncHandler<ListFragmentsRequest,ListFragmentsResult> asyncHandler)
AmazonKinesisVideoArchivedMediaAsyncReturns a list of Fragment objects from the specified stream and start location within the archived data.
listFragmentsAsync in interface AmazonKinesisVideoArchivedMediaAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Copyright © 2018. All rights reserved.