@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AmazonKinesisVideoArchivedMediaAsync extends AmazonKinesisVideoArchivedMedia
AsyncHandler
can be used to
receive notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAmazonKinesisVideoArchivedMediaAsync
instead.
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<GetMediaForFragmentListResult> |
getMediaForFragmentListAsync(GetMediaForFragmentListRequest getMediaForFragmentListRequest)
Gets media for a list of fragments (specified by fragment number) from the archived data in a Kinesis video
stream.
|
Future<GetMediaForFragmentListResult> |
getMediaForFragmentListAsync(GetMediaForFragmentListRequest getMediaForFragmentListRequest,
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 listFragmentsRequest)
Returns a list of Fragment objects from the specified stream and start location within the archived data.
|
Future<ListFragmentsResult> |
listFragmentsAsync(ListFragmentsRequest listFragmentsRequest,
AsyncHandler<ListFragmentsRequest,ListFragmentsResult> asyncHandler)
Returns a list of Fragment objects from the specified stream and start location within the archived data.
|
getCachedResponseMetadata, getMediaForFragmentList, listFragments, shutdown
Future<GetMediaForFragmentListResult> getMediaForFragmentListAsync(GetMediaForFragmentListRequest getMediaForFragmentListRequest)
Gets 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.
getMediaForFragmentListRequest
- Future<GetMediaForFragmentListResult> getMediaForFragmentListAsync(GetMediaForFragmentListRequest getMediaForFragmentListRequest, AsyncHandler<GetMediaForFragmentListRequest,GetMediaForFragmentListResult> asyncHandler)
Gets 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.
getMediaForFragmentListRequest
- asyncHandler
- 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.Future<ListFragmentsResult> listFragmentsAsync(ListFragmentsRequest listFragmentsRequest)
Returns a list of Fragment objects from the specified stream and start location within the archived data.
listFragmentsRequest
- Future<ListFragmentsResult> listFragmentsAsync(ListFragmentsRequest listFragmentsRequest, AsyncHandler<ListFragmentsRequest,ListFragmentsResult> asyncHandler)
Returns a list of Fragment objects from the specified stream and start location within the archived data.
listFragmentsRequest
- asyncHandler
- 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 © 2013 Amazon Web Services, Inc. All Rights Reserved.