| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisvideoarchivedmedia |
|
| software.amazon.awssdk.services.kinesisvideoarchivedmedia.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListFragmentsResponse |
KinesisVideoArchivedMediaClient.listFragments(Consumer<ListFragmentsRequest.Builder> listFragmentsRequest)
Returns a list of Fragment objects from the specified stream and timestamp range within the archived data.
|
default ListFragmentsResponse |
KinesisVideoArchivedMediaClient.listFragments(ListFragmentsRequest listFragmentsRequest)
Returns a list of Fragment objects from the specified stream and timestamp range within the archived data.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListFragmentsResponse> |
KinesisVideoArchivedMediaAsyncClient.listFragments(Consumer<ListFragmentsRequest.Builder> listFragmentsRequest)
Returns a list of Fragment objects from the specified stream and timestamp range within the archived data.
|
default CompletableFuture<ListFragmentsResponse> |
KinesisVideoArchivedMediaAsyncClient.listFragments(ListFragmentsRequest listFragmentsRequest)
Returns a list of Fragment objects from the specified stream and timestamp range within the archived data.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListFragmentsResponse> |
ListFragmentsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListFragmentsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListFragmentsResponse> subscriber) |
Copyright © 2023. All rights reserved.