| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisvideoarchivedmedia |
|
| software.amazon.awssdk.services.kinesisvideoarchivedmedia.model |
| Modifier and Type | Method and Description |
|---|---|
default GetImagesResponse |
KinesisVideoArchivedMediaClient.getImages(Consumer<GetImagesRequest.Builder> getImagesRequest)
Retrieves a list of Images corresponding to each timestamp for a given time range, sampling interval, and image
format configuration.
|
default CompletableFuture<GetImagesResponse> |
KinesisVideoArchivedMediaAsyncClient.getImages(Consumer<GetImagesRequest.Builder> getImagesRequest)
Retrieves a list of Images corresponding to each timestamp for a given time range, sampling interval, and image
format configuration.
|
default GetImagesIterable |
KinesisVideoArchivedMediaClient.getImagesPaginator(Consumer<GetImagesRequest.Builder> getImagesRequest)
Retrieves a list of Images corresponding to each timestamp for a given time range, sampling interval, and image
format configuration.
|
default GetImagesPublisher |
KinesisVideoArchivedMediaAsyncClient.getImagesPaginator(Consumer<GetImagesRequest.Builder> getImagesRequest)
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 |
|---|---|
static GetImagesRequest.Builder |
GetImagesRequest.builder() |
GetImagesRequest.Builder |
GetImagesRequest.Builder.endTimestamp(Instant endTimestamp)
The end timestamp for the range of images to be generated.
|
GetImagesRequest.Builder |
GetImagesRequest.Builder.format(Format format)
The format that will be used to encode the image.
|
GetImagesRequest.Builder |
GetImagesRequest.Builder.format(String format)
The format that will be used to encode the image.
|
GetImagesRequest.Builder |
GetImagesRequest.Builder.formatConfig(Map<FormatConfigKey,String> formatConfig)
The list of a key-value pair structure that contains extra parameters that can be applied when the image is
generated.
|
GetImagesRequest.Builder |
GetImagesRequest.Builder.formatConfigWithStrings(Map<String,String> formatConfig)
The list of a key-value pair structure that contains extra parameters that can be applied when the image is
generated.
|
GetImagesRequest.Builder |
GetImagesRequest.Builder.heightPixels(Integer heightPixels)
The height of the output image that is used in conjunction with the
WidthPixels parameter. |
GetImagesRequest.Builder |
GetImagesRequest.Builder.imageSelectorType(ImageSelectorType imageSelectorType)
The origin of the Server or Producer timestamps to use to generate the images.
|
GetImagesRequest.Builder |
GetImagesRequest.Builder.imageSelectorType(String imageSelectorType)
The origin of the Server or Producer timestamps to use to generate the images.
|
GetImagesRequest.Builder |
GetImagesRequest.Builder.maxResults(Long maxResults)
The maximum number of images to be returned by the API.
|
GetImagesRequest.Builder |
GetImagesRequest.Builder.nextToken(String nextToken)
A token that specifies where to start paginating the next set of Images.
|
GetImagesRequest.Builder |
GetImagesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetImagesRequest.Builder |
GetImagesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetImagesRequest.Builder |
GetImagesRequest.Builder.samplingInterval(Integer samplingInterval)
The time interval in milliseconds (ms) at which the images need to be generated from the stream.
|
GetImagesRequest.Builder |
GetImagesRequest.Builder.startTimestamp(Instant startTimestamp)
The starting point from which the images should be generated.
|
GetImagesRequest.Builder |
GetImagesRequest.Builder.streamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream from which to retrieve the images.
|
GetImagesRequest.Builder |
GetImagesRequest.Builder.streamName(String streamName)
The name of the stream from which to retrieve the images.
|
GetImagesRequest.Builder |
GetImagesRequest.toBuilder() |
GetImagesRequest.Builder |
GetImagesRequest.Builder.widthPixels(Integer widthPixels)
The width of the output image that is used in conjunction with the
HeightPixels parameter. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetImagesRequest.Builder> |
GetImagesRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.