| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisvideo.model | |
| software.amazon.awssdk.services.kinesisvideo.paginators |
| Modifier and Type | Method and Description |
|---|---|
StreamInfo |
DescribeStreamResponse.streamInfo()
An object that describes the stream.
|
| Modifier and Type | Method and Description |
|---|---|
List<StreamInfo> |
ListStreamsResponse.streamInfoList()
An array of
StreamInfo objects. |
| Modifier and Type | Method and Description |
|---|---|
DescribeStreamResponse.Builder |
DescribeStreamResponse.Builder.streamInfo(StreamInfo streamInfo)
An object that describes the stream.
|
ListStreamsResponse.Builder |
ListStreamsResponse.Builder.streamInfoList(StreamInfo... streamInfoList)
An array of
StreamInfo objects. |
| Modifier and Type | Method and Description |
|---|---|
ListStreamsResponse.Builder |
ListStreamsResponse.Builder.streamInfoList(Collection<StreamInfo> streamInfoList)
An array of
StreamInfo objects. |
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<StreamInfo> |
ListStreamsIterable.streamInfoList()
Returns an iterable to iterate through the paginated
ListStreamsResponse.streamInfoList() member. |
SdkPublisher<StreamInfo> |
ListStreamsPublisher.streamInfoList()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.