| Package | Description |
|---|---|
| com.amazonaws.services.kinesisvideo |
|
| com.amazonaws.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
GetImagesResult |
AbstractAmazonKinesisVideoArchivedMedia.getImages(GetImagesRequest request) |
GetImagesResult |
AmazonKinesisVideoArchivedMedia.getImages(GetImagesRequest getImagesRequest)
Retrieves a list of Images corresponding to each timestamp for a given time range, sampling interval, and image
format configuration.
|
GetImagesResult |
AmazonKinesisVideoArchivedMediaClient.getImages(GetImagesRequest request)
Retrieves a list of Images corresponding to each timestamp for a given time range, sampling interval, and image
format configuration.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetImagesResult> |
AbstractAmazonKinesisVideoArchivedMediaAsync.getImagesAsync(GetImagesRequest request) |
Future<GetImagesResult> |
AmazonKinesisVideoArchivedMediaAsync.getImagesAsync(GetImagesRequest getImagesRequest)
Retrieves a list of Images corresponding to each timestamp for a given time range, sampling interval, and image
format configuration.
|
Future<GetImagesResult> |
AmazonKinesisVideoArchivedMediaAsyncClient.getImagesAsync(GetImagesRequest request) |
Future<GetImagesResult> |
AbstractAmazonKinesisVideoArchivedMediaAsync.getImagesAsync(GetImagesRequest request,
AsyncHandler<GetImagesRequest,GetImagesResult> asyncHandler) |
Future<GetImagesResult> |
AmazonKinesisVideoArchivedMediaAsync.getImagesAsync(GetImagesRequest getImagesRequest,
AsyncHandler<GetImagesRequest,GetImagesResult> asyncHandler)
Retrieves a list of Images corresponding to each timestamp for a given time range, sampling interval, and image
format configuration.
|
Future<GetImagesResult> |
AmazonKinesisVideoArchivedMediaAsyncClient.getImagesAsync(GetImagesRequest request,
AsyncHandler<GetImagesRequest,GetImagesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetImagesResult> |
AbstractAmazonKinesisVideoArchivedMediaAsync.getImagesAsync(GetImagesRequest request,
AsyncHandler<GetImagesRequest,GetImagesResult> asyncHandler) |
Future<GetImagesResult> |
AmazonKinesisVideoArchivedMediaAsync.getImagesAsync(GetImagesRequest getImagesRequest,
AsyncHandler<GetImagesRequest,GetImagesResult> asyncHandler)
Retrieves a list of Images corresponding to each timestamp for a given time range, sampling interval, and image
format configuration.
|
Future<GetImagesResult> |
AmazonKinesisVideoArchivedMediaAsyncClient.getImagesAsync(GetImagesRequest request,
AsyncHandler<GetImagesRequest,GetImagesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetImagesResult |
GetImagesResult.clone() |
GetImagesResult |
GetImagesResult.withImages(Collection<Image> images)
The list of images generated from the video stream.
|
GetImagesResult |
GetImagesResult.withImages(Image... images)
The list of images generated from the video stream.
|
GetImagesResult |
GetImagesResult.withNextToken(String nextToken)
The encrypted token that was used in the request to get more images.
|
Copyright © 2022. All rights reserved.